initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-04 01:10:58 +02:00
parent 1acb5e74bd
commit 2b077a42cc
3 changed files with 13 additions and 11 deletions

View File

@ -18,17 +18,17 @@ steps:
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
# - name: ssh commands - name: ssh commands
# image: appleboy/drone-ssh image: appleboy/drone-ssh
# settings: settings:
# host: foo.com host: homelab
# username: root username:
# port: 22 from_secret: homelab_user
# key: port: 22
# from_secret: ssh_key key:
# script: from_secret: homelab_pwd
# - cd ~/Documents/gitea/website script:
# - git pull - bash sthopedevupdate
- name: discord - name: discord
pull: always pull: always

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
sthopegitscript

View File

@ -8,6 +8,7 @@ categories: [ ssh, ssh keys ]
comments: true comments: true
--- ---
Generate a long random password with: Generate a long random password with:
``` ```
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1 cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1