chore: initial commit for Bruchtal Docker + deploy

This commit is contained in:
Bruchtal Admin
2026-02-21 18:57:26 +01:00
commit 822a62bd60
20 changed files with 406 additions and 0 deletions

16
deploy/deploy-bruchtal.sh Executable file
View File

@@ -0,0 +1,16 @@
#!/bin/bash
set -e
echo "===== Bruchtal Deploy $(date) ====="
cd /docker/Bruchtal
echo "Pulling latest changes..."
git pull
echo "Updating containers..."
docker restart bruchtal-docs
echo "Deploy finished."