-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 환경 변수 지원 추가: - `ROOT_PATH`, `HEALTH_CHECK_MAX_RETRIES`, `HEALTH_CHECK_INTERVAL`을 환경 변수로 설정 가능하도록 수정. - 배포 인자 검증 로직 강화: - 환경 변수 파일 존재 여부 및 읽기 권한 확인 추가. - AWS ECR 인증 과정 개선: - AWS 로그인 실패 시 에러 메시지를 출력하고 스크립트를 종료하도록 수정. - 인증 성공 여부를 명확히 로그로 출력. - Docker 이미지 풀링 및 배포 과정 안정화: - 이미지 풀링 실패 시 에러 메시지를 출력하고 스크립트를 종료하도록 처리. - Blue/Green 배포 로직 메시지를 가독성 높게 수정. 테스트를 통해 발견된 문제를 해결하고, 스크립트의 안정성과 유연성을 강화했습니다.
- Loading branch information
Showing
1 changed file
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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