1
0
forked from baron/baron-sso

배포 환경 설정

This commit is contained in:
2026-02-06 18:35:51 +09:00
parent 564ad29fc0
commit 02e5fd2254
3 changed files with 4 additions and 4 deletions

View File

@@ -156,4 +156,4 @@ jobs:
# Pull & Up
# Assuming staging runs both infra, ory, and app stack
docker compose -f compose.infra.yml -f compose.ory.yml -f docker-compose.yml pull; \
docker compose -f compose.infra.yml -f compose.ory.yml -f docker-compose.yml up -d --remove-orphans"
docker compose -f compose.infra.yml -f compose.ory.yml -f docker-compose.yml up -d"