Files
nginx-configs/push.sh
T

4 lines
136 B
Bash
Executable File

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