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