diff --git a/Dockerfile b/Dockerfile index 7870f89..0a9e088 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM appleboy/drone-scp:1.5.3-linux-amd64 +FROM appleboy/drone-scp:1.5.4-linux-amd64 ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh diff --git a/README.md b/README.md index c18fb2b..f10bedb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ see the [action.yml](./action.yml) file for more detail imformation. * username - scp username * password - scp password * timeout - timeout for ssh to remote host, default is `30s` -* command_timeout - timeout for scp command, default is `1m` +* command_timeout - timeout for scp command, default is `10m` * key - content of ssh private key. ex raw content of ~/.ssh/id_rsa * key_path - path of ssh private key * target - target path on the server diff --git a/action.yml b/action.yml index 17ca12a..385c384 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: default: "30s" command_timeout: description: 'timeout for scp command' - default: "1m" + default: "10m" key: description: 'content of ssh private key. ex raw content of ~/.ssh/id_rsa' key_path: