This commit is contained in:
parent
0e2aa4429d
commit
e7a1cc1dec
@ -22,11 +22,11 @@ steps:
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host:
|
||||
from_secret: $${homelab_host}
|
||||
from_secret: homelab_host
|
||||
username:
|
||||
from_secret: $${homelab_user}
|
||||
from_secret: homelab_user
|
||||
key:
|
||||
from_secret: $${ssh_key}
|
||||
from_secret: ssh_key
|
||||
host: openssh-server
|
||||
port: 2222
|
||||
script:
|
||||
|
@ -1,3 +1,9 @@
|
||||
# [Sthope.dev](https://www.Sthope.dev)
|
||||
|
||||
[](https://drone.sthope.dev/sthope/website)
|
||||
[](https://drone.sthope.dev/sthope/website)
|
||||
|
||||
|
||||
Installing Drone-CLI
|
||||
```
|
||||
curl -L https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx;sudo install -t /usr/local/bin drone
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user