chore: update configs

This commit is contained in:
2025-02-13 17:50:10 -08:00
parent 600cc2b8e3
commit 78c0210284
6 changed files with 85 additions and 57 deletions

7
pull.sh Executable file
View File

@ -0,0 +1,7 @@
servers=("prod" "irc" "fedi" "matrix" "gitea")
for server in "${servers[@]}"
do
echo "Pulling $server"
rsync --archive --verbose $server:/etc/nginx/conf.d/server.conf configs/$server.conf
done