We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4aa5a commit a4f31d1Copy full SHA for a4f31d1
scripts/travis/deploy-linux-build.sh
@@ -67,11 +67,16 @@ echo $DEPLOY_SSH_KEY >> $HOME/.ssh/known_hosts
67
# Send build to server.
68
export SSHPASS=$DEPLOY_PASSWORD
69
sshpass -e rsync \
70
- -raz --stats --no-perms --no-owner --no-group --delete \
+ --recursive \
71
+ --archive \
72
+ --compress \
73
+ --stats \
74
+ --no-perms --no-owner --no-group \
75
--include="build_report.txt" \
76
--include="sanbox/" \
77
--include="scripts/" \
78
--include="prebuilt-linux-deps/" \
79
+ --delete-after \
80
./* \
81
$DEPLOY_USER@$DEPLOY_URL:$DEPLOY_FOLDER
82
0 commit comments