Attempt to get SSH creds from store
This commit is contained in:
parent
db700eab5b
commit
1d5ec7f69f
1 changed files with 4 additions and 2 deletions
|
@ -32,8 +32,10 @@ steps:
|
|||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: 192.168.1.3
|
||||
username: test
|
||||
password: user
|
||||
username:
|
||||
from_secret: ssh_user
|
||||
password:
|
||||
from_secret: ssh_password
|
||||
script:
|
||||
- uptime
|
||||
- name: notify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue