fix CD
Some checks failed
CI / build-test (push) Successful in 1m50s
Deploy Staging (Docker) / deploy (push) Failing after 48s

This commit is contained in:
Do Manh Phuong 2026-05-10 22:52:14 +07:00
parent 03e29a66f7
commit 95bfaa3915

View File

@ -34,4 +34,5 @@ jobs:
image: $IMAGE:staging-${{ github.sha }}
EOF
docker pull $IMAGE:staging-${{ github.sha }}
docker rm -f ttmt-frontend || true
docker compose -f $COMPOSE_FILE -f $OVERRIDE_FILE up -d --no-deps --force-recreate frontend