feat: test green blue
Laravel CI-CD / Tests Unitaires (push) Successful in 20s Details
Laravel CI-CD / Build & Push Docker (push) Successful in 42s Details
Laravel CI-CD / Deploy Blue/Green (Caddy routing) (push) Failing after 15s Details

This commit is contained in:
Leon Morival 2026-05-19 16:17:43 +02:00
parent 5dfa409cf5
commit fec5674cdf
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@ jobs:
cd /opt/bemeal
COMPOSE="docker compose --env-file .env.prod -f docker-compose.prod.yml"
ls -la
COMPOSE="docker compose --env-file .env.prod -f /opt/bemeal/docker-compose.prod.yml"
IMAGE="$REGISTRY/$IMAGE_NAME:$IMAGE_TAG"
docker pull "$IMAGE"