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 exec jekyll build
# - name: ssh commands
# image: appleboy/drone-ssh
# settings:
# host: foo.com
# username: root
# port: 22
# key:
# from_secret: ssh_key
# script:
# - cd ~/Documents/gitea/website
# - git pull
- name: ssh commands
image: appleboy/drone-ssh
settings:
host: homelab
username:
from_secret: homelab_user
port: 22
key:
from_secret: homelab_pwd
script:
- bash sthopedevupdate
- name: discord
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
---
Generate a long random password with:
```
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1