Revert "Restore Traefik dynamic public_share config and copy it during auto-deploy"

This reverts commit 1eae6d5713.
This commit is contained in:
Leon Bösche
2026-01-25 14:15:48 +01:00
parent 62d976eae5
commit 083ab8c95d
2 changed files with 0 additions and 43 deletions

View File

@@ -77,19 +77,6 @@ echo "Restarting flutter-web container..."
cd /opt/traefik
docker-compose up -d --force-recreate flutter-web
# Copy Traefik dynamic configs (public share proxy)
echo "Copying traefik dynamic configs..."
mkdir -p /opt/traefik/dynamic
if [ -d "$DEPLOY_DIR/traefik/dynamic" ]; then
cp -r "$DEPLOY_DIR/traefik/dynamic"/* /opt/traefik/dynamic/ || true
fi
# Reload Traefik to pick up dynamic config
echo "Reloading Traefik..."
cd /opt/traefik
# Try graceful recreate, fallback to restart
docker-compose up -d --no-deps --force-recreate traefik || docker-compose restart traefik
echo "=== Deployment completed successfully at $(date) ==="
# Record deployment time