[chore] 무중단 배포 도입#147
Merged
Merged
Conversation
|
Caution Review failedThe pull request is closed. Walkthrough배포 자동화 GitHub Actions 워크플로우에서 기존의 Docker Compose 기반 컨테이너 중지 및 이미지 정리, 재시작 명령을 주석 처리하고, 대신 새로운 블루-그린 배포 스크립트( Changes
Sequence Diagram(s)sequenceDiagram
participant GitHubActions
participant Server
participant DeployScript
GitHubActions->>Server: Pull new Docker image
GitHubActions->>Server: Run deploy.sh (blue-green deployment)
Server->>DeployScript: Execute blue-green deployment logic
DeployScript-->>Server: Deployment complete
Server->>GitHubActions: List Docker containers
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Assessment against linked issues
Assessment against linked issues: Out-of-scope changes
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Merged
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.
#️⃣ 연관된 이슈
📝 작업 내용
cd에서 deploy.sh를 실행해서 blue-green 무중단 배포를 도입했습니다.
📸 스크린샷
💬 리뷰 요구사항
📌 PR 진행 시 이러한 점들을 참고해 주세요
Summary by CodeRabbit
새로운 기능
버그 수정
보안
배포
기타
deploy.sh파일이 Git 추적 대상에서 제외되었습니다.