Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Jun 18, 2024
1 parent 68f4332 commit 953cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for chunk in ${PIECES[@]}; do
RSYNC_FROM="$TMP_DIR/"
RSYNC_TO="trunk"
fi
rsync -rc RSYNC_FROM RSYNC_TO --delete --delete-excluded
rsync -rc "$RSYNC_FROM" "$RSYNC_TO" --delete --delete-excluded

if [[ ! -d "trunk/$chunk" ]]; then # sanity check
echo "➤ ERROR: '$chunk' folder does not exist"
Expand Down

0 comments on commit 953cbd8

Please sign in to comment.