generated from nhcarrigan/template
4 lines
127 B
Bash
Executable File
4 lines
127 B
Bash
Executable File
echo "Pushing nginx to prod"
|
|
rsync --archive --verbose --rsync-path="sudo rsync" nginx/nginx/ prod:/etc/nginx
|
|
echo "All done!"
|