-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 멀티모듈 CI CD 구축 #25
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
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough이 변경사항은 사용자 애플리케이션을 위한 새로운 CI/CD 배포 워크플로우와 앱 배포 스펙 파일을 추가하고, 기존 관리자 배포 워크플로우의 트리거 경로와 시크릿 디코딩 방식을 수정합니다. 또한 사용자 애플리케이션 관련 배포 스크립트의 경로, 애플리케이션명, JAR 파일 위치 등을 일관되게 변경하였습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as 개발자
participant GitHub as GitHub Actions
participant AWS as AWS (S3, CodeDeploy)
participant EC2 as EC2 인스턴스
Dev->>GitHub: develop 브랜치에 푸시 (user 관련 파일)
GitHub->>GitHub: deploy-user 워크플로우 실행
GitHub->>GitHub: Gradle 빌드, JAR 생성, 배포 패키지 준비
GitHub->>AWS: S3에 배포 패키지 업로드
GitHub->>AWS: CodeDeploy 배포 생성
AWS->>EC2: 배포 패키지 다운로드 및 appspec-user.yml 실행
EC2->>EC2: stop-user.sh 실행 (AfterInstall)
EC2->>EC2: start-user.sh 실행 (ApplicationStart)
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
작업 요약
멀티모듈 CI CD 구축
Issue Link
#3
문제점 및 어려움
해결 방안
Reference
Summary by CodeRabbit