chore(ci): deploy 워크플로우를 수동 trigger로 전환#93
Conversation
개발 단계 인프라 비용 절감 차원에서 RDS 인스턴스를 삭제(스냅샷 보관)하고 EC2 인스턴스를 중지한 상태라 push: main 자동 배포가 매번 실패하며 Discord 알림 노이즈/실패한 S3 artifact를 양산한다. on:을 workflow_dispatch로 변경해 수동 실행만 허용하고, 인프라 복구 후 trigger 한 줄 revert로 재개할 수 있게 한다.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Coverage report
Test suite run success882 tests passing in 78 suites. Report generated by 🧪jest coverage report action from c4e6b8d |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
workflow_dispatch로 변경해 수동 실행만 허용.영향 없음 확인
pr-check.yml— testcontainers로 MySQL 자체 spin-up, RDS 무관. 그대로discord-notify.yml— 알림만, AWS 무관. 그대로codeql.yml— 정적 분석. 그대로재개 절차
인프라(RDS 스냅샷 복원 + EC2 시작) 복구 후
on:블록을 아래로 revert:Test plan