Revert -v from rsync, -P already shows per-file progress

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 22:02:12 +00:00
parent ae22e7abf0
commit 2609e74e2a

View File

@@ -17,4 +17,4 @@ deploy: sync
# Copy files only — useful for quick updates when dependencies haven't changed
sync:
sudo rsync -aPv --delete --chown=$(OWNER) $(RSYNC_EXCLUDES) ./ $(DEST)/
sudo rsync -aP --delete --chown=$(OWNER) $(RSYNC_EXCLUDES) ./ $(DEST)/