fix: remove docker compose down to prevent production downtime during CI deploy
Some checks failed
Deploy to Production / deploy (push) Failing after 1m0s

This commit is contained in:
머니페니 2026-05-26 22:50:44 +09:00
parent a52247bb25
commit d0189b3bdc

View File

@ -47,7 +47,6 @@ jobs:
- name: Deploy with Docker Compose
run: |
docker compose --project-name galaxis-po --env-file .env.prod -f docker-compose.prod.yml down || true
docker compose --project-name galaxis-po --env-file .env.prod -f docker-compose.prod.yml build
docker compose --project-name galaxis-po --env-file .env.prod -f docker-compose.prod.yml up -d