Attempt to get SSH creds from store

This commit is contained in:
Robert Marshall 2019-08-26 17:54:11 +01:00
parent db700eab5b
commit 1d5ec7f69f

View file

@ -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