feat: new structure

This commit is contained in:
2026-03-03 15:15:37 -08:00
parent d06178c01b
commit 243f2d4a18
20 changed files with 2531 additions and 973 deletions
+3 -7
View File
@@ -1,7 +1,3 @@
servers=("prod" "gitea")
for server in "${servers[@]}"
do
echo "Pulling $server"
rsync --archive --verbose $server:/etc/nginx/conf.d/server.conf configs/$server.conf
done
echo "Pulling prod nginx"
rsync --archive --verbose prod:/etc/nginx nginx
echo "All done!"