SSH TEstg
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2022-01-15 00:23:11 +01:00
parent e1307d17ca
commit 520ea1f3ca
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 9 additions and 9 deletions

View File

@ -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