This commit is contained in:
parent
0e2aa4429d
commit
e7a1cc1dec
@ -22,11 +22,11 @@ steps:
|
|||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
from_secret: $${homelab_host}
|
from_secret: homelab_host
|
||||||
username:
|
username:
|
||||||
from_secret: $${homelab_user}
|
from_secret: homelab_user
|
||||||
key:
|
key:
|
||||||
from_secret: $${ssh_key}
|
from_secret: ssh_key
|
||||||
host: openssh-server
|
host: openssh-server
|
||||||
port: 2222
|
port: 2222
|
||||||
script:
|
script:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
# [Sthope.dev](https://www.Sthope.dev)
|
# [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