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
- name: ssh-test
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-update
port: 22
command_timeout: 2m
script:
- echo hello
- echo world
- ls
image: appleboy/drone-ssh
settings:
host: 46.4.138.183
username: fwupload
key:
from_secret: ssh-update
port: 22
command_timeout: 2m
script:
- echo hello
- echo world
- ls