ECR 기반 CI/CD 파이프라인으로 변경#199
Merged
Merged
Conversation
- GitHub Actions에서 Docker 이미지 빌드 - ECR로 이미지 푸시 (angple-web) - SSM을 통해 kubectl set image로 K8s 배포 - PM2 방식에서 K8s 네이티브 방식으로 전환
Contributor
Staging 배포 완료URL: https://dev.damoang.net
|
sdk-kr
added a commit
that referenced
this pull request
Mar 7, 2026
## Summary - GitHub Actions에서 Docker 이미지 빌드 - ECR(891376997084.dkr.ecr.ap-northeast-2.amazonaws.com/angple-web)로 이미지 푸시 - SSM을 통해 kubectl set image로 K8s 배포 - 기존 PM2 방식에서 K8s 네이티브 방식으로 전환 ## 변경 사항 - tarball 생성 → Docker 이미지 빌드 - artifact 업로드 → ECR 푸시 - PM2 배포 → kubectl set image + rollout status ## Test plan - [ ] 워크플로우 실행하여 ECR 푸시 확인 - [ ] K8s 파드 이미지 업데이트 확인 Co-authored-by: Deploy Bot <deploy@damoang.net>
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
변경 사항
Test plan