Skip to content

Commit 8bbc5a9

Browse files
authored
Include temporary verbose mode
1 parent 8af8f7d commit 8bbc5a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

actions/rsync-deploy/deploy-files.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rsync --recursive --fuzzy --compress --human-readable --mkpath \
2222
--exclude='*.config.js' \
2323
--exclude='*.md' \
2424
--exclude='tsconfig.json' \
25+
--verbose \
2526
$LOCAL_PATH \
2627
-e "ssh -i ~/.ssh/id" \
2728
$REMOTE_USER@$REMOTE_SERVER:$REMOTE_PATH

0 commit comments

Comments
 (0)