-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/cicd #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feat/cicd #19
Conversation
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
- AWS 인증 정보 확인 (sts get-caller-identity) - ECR 리포지토리 존재 여부 확인 - 리포지토리가 없으면 자동 생성 - 디버깅 로그 추가하여 문제 원인 파악 가능 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- push 단계별 상세 로그 추가 - 실패 시 ECR 권한 정책 확인 - 각 태그별 push 결과 출력 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- ECR_REGISTRY와 ECR_REPOSITORY를 env에 하드코딩 - Secrets 대신 환경변수 사용 - 민감한 정보(AWS 자격증명)만 Secrets로 관리 - 더 명확한 설정 및 디버깅 용이 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- 빌드된 이미지 이름 명확히 출력 - Docker 로그인 상태 확인 - 로컬 이미지 목록 출력 - push 실패 시 상세 정보 제공 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- docker info grep 실패 시에도 계속 진행 - bash -e 모드에서 grep 매칭 실패로 인한 exit 방지 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
개별 환경변수 secret 대신 PROD_ENV_FILE 단일 secret 사용 - docker run 시 --env-file 옵션으로 환경변수 전달 - 보안을 위해 배포 후 임시 .env 파일 자동 삭제 - 환경변수 관리 간소화 및 유지보수성 향상 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
🤖 GPT PR Review결론: request-changes 요약: Code review identified several issues related to security, exception handling, and performance. 주요 지적
제안 테스트
|
- https://www.konnect-women.site 추가 - http://www.konnect-women.site 추가 - CORS preflight 에러 해결 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
🤖 GPT PR Review결론: request-changes 요약: Code review identified several issues related to security, exception handling, and performance. 주요 지적
제안 테스트
|
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.
No description provided.