diff --git a/deploy.sh b/deploy.sh index fdaa8ba..ff3744d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -81,7 +81,7 @@ fi # Step 2: Sync files (only changed) echo -e "\n${YELLOW}[2/4] Syncing changed files...${NC}" -RSYNC_OPTS="-az --info=name1 --delete" +RSYNC_OPTS="-avz --delete" if ! $BACKEND_ONLY; then echo " Frontend:"