Hard code ssh creds
This commit is contained in:
parent
ac4d247c46
commit
117f558594
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue