This commit is contained in:
parent
e1307d17ca
commit
520ea1f3ca
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -16,13 +16,13 @@ steps:
|
|||
password:
|
||||
from_secret: docker_password
|
||||
- name: ssh commands
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: green.keks.cloud
|
||||
username: kekskurse
|
||||
port: 65223
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: green.keks.cloud
|
||||
username: kekskurse
|
||||
port: 65223
|
||||
key:
|
||||
from_secret: ssh_key
|
||||
script:
|
||||
- echo hello
|
||||
- echo world
|
||||
- echo hello
|
||||
- echo world
|
Loading…
Reference in a new issue