perf: update default rsync options

BREAKING CHANGE: Default rsync options updated to speed up default deployments.
from `rltgoDzvO` to `-rlgoDzvc -i`
This commit is contained in:
Dragan Filipovic 2023-01-03 09:21:19 +01:00
parent e6e41a57ec
commit 2be7efb376
5 changed files with 7 additions and 7 deletions

View file

@ -26,7 +26,7 @@ inputs:
ARGS:
description: "Arguments to pass to rsync"
required: false
default: "-rltgoDzvO"
default: "-rlgoDzvc -i"
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