Hard code ssh creds

This commit is contained in:
Robert Marshall 2019-08-26 17:47:38 +01:00
parent ac4d247c46
commit 117f558594

View file

@ -31,12 +31,9 @@ steps:
privileged: true privileged: true
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host: 192.168.1.3
from_secret: SSHHost username: test
username: password: user
from_secret: SSHUsername
password:
from_secret: SSHPassword
script: script:
- service website restart - service website restart
- name: notify - name: notify