echo "Pushing nginx to prod" rsync --archive --verbose --delete --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx echo "All done!"