From 9085f3ea5bff7ff82f94a8d8c32ce7a2669302dd Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 30 Nov 2019 23:01:49 +0800 Subject: [PATCH] chore: update default timeout to 10 minutes --- Dockerfile | 2 +- README.md | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ffe5adc..53e99ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM appleboy/drone-ssh:1.5.3-linux-amd64 +FROM appleboy/drone-ssh:1.5.4-linux-amd64 ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh diff --git a/README.md b/README.md index d27c7d9..b473bdb 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See [action.yml](./action.yml) for more detailed information. * username - ssh username * password - ssh password * timeout - timeout for ssh to remote host, default is `30s` -* command_timeout - timeout for ssh command, default is `1m` +* command_timeout - timeout for ssh command, default is `10m` * key - content of ssh private key. ex raw content of ~/.ssh/id_rsa * key_path - path of ssh private key * script - execute commands diff --git a/action.yml b/action.yml index d9f4b43..2f90928 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: default: "30s" command_timeout: description: 'timeout for ssh command' - default: "1m" + default: "10m" key: description: 'content of ssh private key. ex raw content of ~/.ssh/id_rsa' key_path: