mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
add sshCmdArgs option
This commit is contained in:
parent
a16ae38e86
commit
a285ca6ac0
5 changed files with 17 additions and 14 deletions
|
@ -27,6 +27,10 @@ inputs:
|
|||
description: "Arguments to pass to rsync"
|
||||
required: false
|
||||
default: "-rltgoDzvO"
|
||||
SSH_CMD_ARGS:
|
||||
description: "An array of ssh arguments, they must be prefixed with -o and separated by a comma, for example: -o SomeArgument=no, -o SomeOtherArgument=5 "
|
||||
required: false
|
||||
default: "-o StrictHostKeyChecking=no"
|
||||
EXCLUDE:
|
||||
description: "An array of folder to exclude"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue