feat: add push.sh script to deploy nginx config to prod

This commit is contained in:
2026-03-03 15:19:44 -08:00
committed by Naomi Carrigan
parent 243f2d4a18
commit 611967fa30
Executable
+3
View File
@@ -0,0 +1,3 @@
echo "Pushing nginx to prod"
rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
echo "All done!"