diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..e145e90 --- /dev/null +++ b/push.sh @@ -0,0 +1,3 @@ +echo "Pushing nginx to prod" +rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx +echo "All done!"