This commit is contained in:
parent
1acb5e74bd
commit
2b077a42cc
22
.drone.yml
22
.drone.yml
@ -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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
sthopegitscript
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user