We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af8f7d commit 8bbc5a9Copy full SHA for 8bbc5a9
1 file changed
actions/rsync-deploy/deploy-files.sh
@@ -22,6 +22,7 @@ rsync --recursive --fuzzy --compress --human-readable --mkpath \
22
--exclude='*.config.js' \
23
--exclude='*.md' \
24
--exclude='tsconfig.json' \
25
+ --verbose \
26
$LOCAL_PATH \
27
-e "ssh -i ~/.ssh/id" \
28
$REMOTE_USER@$REMOTE_SERVER:$REMOTE_PATH
0 commit comments