Bugfixing SSH

This commit is contained in:
Stefan Hoffmann 2019-08-17 11:48:46 +02:00
parent b4828b0bdc
commit aafff0e4d5

View File

@ -241,15 +241,15 @@ steps:
# FORCE_UNSAFE_CONFIGURE: 1 # FORCE_UNSAFE_CONFIGURE: 1
- name: ssh-test - name: ssh-test
image: appleboy/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: 46.4.138.183 host: 46.4.138.183
username: fwupload username: fwupload
key: key:
from_secret: ssh-update from_secret: ssh-update
port: 22 port: 22
command_timeout: 2m command_timeout: 2m
script: script:
- echo hello - echo hello
- echo world - echo world
- ls - ls