File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM appleboy/drone-ssh:1.5.3 -linux-amd64
1+ FROM appleboy/drone-ssh:1.5.4 -linux-amd64
22
33ADD entrypoint.sh /entrypoint.sh
44RUN chmod +x /entrypoint.sh
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ See [action.yml](./action.yml) for more detailed information.
5050* username - ssh username
5151* password - ssh password
5252* timeout - timeout for ssh to remote host, default is ` 30s `
53- * command_timeout - timeout for ssh command, default is ` 1m `
53+ * command_timeout - timeout for ssh command, default is ` 10m `
5454* key - content of ssh private key. ex raw content of ~ /.ssh/id_rsa
5555* key_path - path of ssh private key
5656* script - execute commands
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
1616 default : " 30s"
1717 command_timeout :
1818 description : ' timeout for ssh command'
19- default : " 1m "
19+ default : " 10m "
2020 key :
2121 description : ' content of ssh private key. ex raw content of ~/.ssh/id_rsa'
2222 key_path :
You can’t perform that action at this time.
0 commit comments