ci: 배포 승인 게이트 도입 (카나리→승인→본배포)#409
Merged
Merged
Conversation
main push 시 자동 운영 배포의 위험성을 줄이기 위해 GitHub Environment 승인 게이트를 적용. 흐름: 1. build: 빌드 → GHCR + ECR 동시 push (자동) 2. deploy-canary: 카나리 1 pod 배포 + 스모크 테스트 (자동, staging env) 3. deploy-production: 전체 pod 롤링 업데이트 (승인 후, production env) - production environment에 sdk-kr 승인 필수 설정 - deploy.sh에 --canary-only 모드 추가 - 단일 buildx build로 GHCR+ECR 동시 push (빌드 1회만) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
production에 sdk-kr 승인 필수 설정 완료--canary-only모드 추가배포 흐름
Test plan