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

This commit is contained in:
2025-08-30 23:21:52 +02:00
parent 6631101d3d
commit 930a844749

View File

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