1
0
forked from baron/baron-sso

Restart Ory after staging config render

This commit is contained in:
2026-05-07 14:06:53 +09:00
parent 43b4bd5a83
commit 37a878fb93
2 changed files with 7 additions and 0 deletions

View File

@@ -175,6 +175,8 @@ jobs:
docker compose -f staging_pull_compose.yaml build --pull
docker compose -f staging_pull_compose.yaml up -d --remove-orphans
docker compose -f staging_pull_compose.yaml up -d --force-recreate kratos hydra keto oathkeeper
docker compose -f staging_pull_compose.yaml up -d --force-recreate ory_stack_check
docker compose -f staging_pull_compose.yaml up -d init-rp
# 배포 후 상태 확인 (실패 시 로그 출력을 위함)