diff --git a/deploy.sh b/deploy.sh index a273a22..c125fad 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,11 +1,10 @@ #!/usr/bin/env bash set -e -cd /opt/Papo +echo "[DEPLOY] Starte Deployment aus Workflow-Verzeichnis..." -echo "[DEPLOY] Hole aktuellen Stand aus Gitea..." -git fetch --all -git reset --hard origin/main +# optional, wenn dein docker-compose.yml nicht in der Root liegt: +# cd path/zum/docker/ordner echo "[DEPLOY] Baue und starte Docker-Stack neu..." docker compose pull || true