use ssh key instead of password
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
0cde0e8823
commit
81ef88177f
@ -7,9 +7,10 @@ steps:
|
|||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
- 192.168.10.119
|
- homelab-blog.lan
|
||||||
username: root
|
username: root
|
||||||
password: homelab-blog
|
key:
|
||||||
|
from_secret: ssh_key
|
||||||
port: 22
|
port: 22
|
||||||
command_timeout: 1m
|
command_timeout: 1m
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user