mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 20:12:10 +10:00
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:
parent
e6e41a57ec
commit
2be7efb376
5 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@ const defaultInputs = {
|
|||
source: './',
|
||||
target: `/home/${remoteUser}/`,
|
||||
exclude: '',
|
||||
args: '-rltgoDzvO',
|
||||
args: '-rlgoDzvc -i',
|
||||
sshCmdArgs: '-o StrictHostKeyChecking=no',
|
||||
deployKeyName: `deploy_key_${remoteUser}_${Date.now()}`
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue