feat: add --delete flag to push.sh for exact mirroring

This commit is contained in:
2026-03-03 15:22:53 -08:00
committed by Naomi Carrigan
parent 611967fa30
commit 98ecac463e
+1 -1
View File
@@ -1,3 +1,3 @@
echo "Pushing nginx to prod" echo "Pushing nginx to prod"
rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx rsync --archive --verbose --delete --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
echo "All done!" echo "All done!"