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:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
- name: ssh commands
|
- name: ssh commands
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host: green.keks.cloud
|
host: green.keks.cloud
|
||||||
username: kekskurse
|
username: kekskurse
|
||||||
port: 65223
|
port: 65223
|
||||||
key:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
script:
|
script:
|
||||||
- echo hello
|
- echo hello
|
||||||
- echo world
|
- echo world
|
Loading…
Reference in a new issue