feat: clean credits users
CI / 🧪 Tests Laravel (push) Successful in 2m0s
CI / 🐳 Build & Push Image (push) Successful in 35s

This commit is contained in:
2026-08-07 15:32:40 +02:00
parent eac86afa53
commit 68560655f3
44 changed files with 417 additions and 661 deletions
+2 -2
View File
@@ -35,9 +35,9 @@ jobs:
cd /data/stacks/daily-meal-api
echo "Pull nouvelle image"
docker compose -f docker-compose.prod.yml pull
docker compose pull
echo "Redémarrage"
docker compose -f docker-compose.prod.yml up -d --wait --wait-timeout 180
docker compose up -d --wait --wait-timeout 180
EOF