3 Commits

Author SHA1 Message Date
9085f3ea5b chore: update default timeout to 10 minutes
Some checks failed
remote ssh command / Build (push) Failing after 5s
2019-11-30 23:01:49 +08:00
696aab4627 fix typos in README.md (#12)
fix typos in README.md
2019-11-23 12:12:53 +08:00
a88f6f2013 fix typos in README.md 2019-11-21 15:53:08 +01:00
3 changed files with 8 additions and 8 deletions

View File

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

View File

@ -43,14 +43,14 @@ out: ***
## Input variables
see the [action.yml](./action.yml) file for more detail imformation.
See [action.yml](./action.yml) for more detailed information.
* host - scp remote host
* port - scp remote port, default is `22`
* username - scp username
* password - scp password
* host - remote host
* port - remote port, default is `22`
* username - ssh username
* password - ssh password
* timeout - timeout for ssh to remote host, default is `30s`
* command_timeout - timeout for scp 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

View File

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