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 |
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 by CodeRabbit
릴리스 노트
새로운 기능
개선사항
인프라
✏️ Tip: You can customize this high-level summary in your review settings.