add debug code in ci.yml
Some checks failed
CI / lint (push) Successful in 8s
CI / build (push) Successful in 10s
CI / build-and-push-docker (push) Failing after 13s

This commit is contained in:
2025-08-28 15:59:00 +02:00
parent 5fe9376533
commit 10508f5ecd

View File

@@ -57,6 +57,7 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd monitor-im-flur
echo "Deploying Docker container..."
docker-compose pull
docker-compose stop || true
docker-compose rm || true