Files
nginx-configs/pull.sh
T
2026-03-03 15:15:37 -08:00

3 lines
90 B
Bash
Executable File

echo "Pulling prod nginx"
rsync --archive --verbose prod:/etc/nginx nginx
echo "All done!"