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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue