-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/인프라 관련 기능 구현 #88
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
The head ref may contain hidden characters: "feat/\uC778\uD504\uB77C-\uAD00\uB828-\uAE30\uB2A5-\uAD6C\uD604"
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough개발 및 프로덕션 CI/CD 워크플로우를 재구성하고 Docker 기반 프로덕션 이미지·배포 파이프라인을 추가했으며, FacilityType 도메인에 별칭과 CULTURE_CENTER 그룹핑을 도입하고 관련 서비스/리포지토리/DTO들을 이에 맞춰 변경했습니다. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Developer
participant GitHubActions as "GitHub Actions"
participant DockerHub as "Docker Hub"
participant EC2 as "EC2 Instance"
participant Discord as "Discord Webhook"
participant Services as "MySQL/Redis/MongoDB"
Developer->>GitHubActions: push to `main`
GitHubActions->>Services: start service containers (MySQL/Redis/MongoDB)
GitHubActions->>GitHubActions: setup JDK, checkout, write secret ymls
GitHubActions->>GitHubActions: run Gradle build (prod profile) & publish test results
GitHubActions->>DockerHub: docker build (Dockerfile-prod) & push image
GitHubActions->>EC2: scp .env + docker-compose.yml
GitHubActions->>EC2: ssh docker-compose pull && docker-compose up -d
GitHubActions->>Discord: post deployment notification (commit, actor, timestamp)
EC2-->>Developer: application deployed
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ 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. Comment |
📌 작업한 내용
🔍 참고 사항
🖼️ 스크린샷
🔗 관련 이슈
✅ 체크리스트
Summary by CodeRabbit
릴리스 노트
새로운 기능
개선사항
인프라
✏️ Tip: You can customize this high-level summary in your review settings.