fix ci
All checks were successful
CI / build (push) Successful in 12s
CI / lint (push) Successful in 9s
CI / build-and-push-docker (push) Successful in 18s

This commit is contained in:
2025-08-30 23:21:52 +02:00
parent e366379a57
commit 55d86dbcaf

View File

@@ -68,6 +68,9 @@ jobs:
script: | script: |
cd monitor-im-flur cd monitor-im-flur
echo "Deploying Docker container..." echo "Deploying Docker container..."
git clean -dfx
git reset --hard HEAD
git pull
docker-compose pull docker-compose pull
docker-compose down docker-compose down
docker-compose up -d docker-compose up -d