fix: dev/prod 배포 수정 (#42) - #44
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughDev·Prod 배포 워크플로의 JAR 빌드 및 전달 방식이 변경되고, 환경별 Springdoc 노출 설정이 추가되었습니다. Changes배포 및 환경 설정
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/cd-prod.yml:
- Around line 39-40: Update the “Check build output” step in the production
workflow to explicitly verify that build/libs/slatto.jar exists, and fail the
step immediately when it is missing; retain directory listing only as optional
diagnostic output.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 88d75cfc-321e-441c-ad62-3c934ce334be
📒 Files selected for processing (4)
.github/workflows/cd-dev.yml.github/workflows/cd-prod.ymlsrc/main/resources/application-dev.ymlsrc/main/resources/application-prod.yml
🔗 관련 이슈 (Related Issue)
Closes #42
📝 작업 내용
Dev/Prod CD workflow 수정
환경별 Spring Profile 설정 추가
application-dev.yml추가application-prod.yml추가배포 스크립트 JAR 경로 변경
slatto.jar사용하도록 수정✅ PR 체크리스트
Summary by CodeRabbit
새로운 기능
버그 수정
개선