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
image: appleboy/drone-ssh
settings:
host:
from_secret: SSHHost
username:
from_secret: SSHUsername
password:
from_secret: SSHPassword
host: 192.168.1.3
username: test
password: user
script:
- service website restart
- name: notify