Skip to content

Refactor(#80): Backend CI/CD 워크플로 구조 통일 - #84

Merged
pearseona merged 2 commits into
developfrom
chore/80-be-cd
Aug 8, 2026
Merged

Refactor(#80): Backend CI/CD 워크플로 구조 통일#84
pearseona merged 2 commits into
developfrom
chore/80-be-cd

Conversation

@pearseona

@pearseona pearseona commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

📋 작업 내용

  • Backend CI에서 모든 테스트와 빌드가 성공한 후 별도 CD 워크플로를 호출하도록 변경했습니다.
  • CD 워크플로를 workflow_call 기반의 재사용 가능한 구조로 정리했습니다.
  • SSM 명령 전송, 상태 확인, 결과 출력 단계를 명확하게 분리했습니다.
  • AI 저장소와 OIDC 변수명, 배포 제한 시간 및 SSM 처리 형식을 통일했습니다.

🧪 테스트 결과

  • bash -n scripts/deploy-backend.sh 통과
  • git diff --check 통과
  • ./gradlew test --no-daemon 통과
  • Docker Compose 구성 검증 통과

🔗 관련 이슈

✅ 체크리스트

  • 관련 이슈를 연결했습니다.
  • 구현 범위와 변경 이유를 설명했습니다.
  • 로컬 테스트를 통과했습니다.
  • API 변경 사항을 Swagger에 반영했습니다.
  • DB 변경 사항과 마이그레이션을 포함했습니다.
  • 민감 정보가 코드·로그·테스트 데이터에 포함되지 않았습니다.
  • 프론트엔드에 영향을 주는 응답 스키마 또는 Enum 변경을 공유했습니다.
  • 병합 전 작업 브랜치를 삭제하지 않았습니다.

@pearseona pearseona self-assigned this Aug 8, 2026
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@pearseona, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 35 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: fc1f2df8-cfd9-44c1-9030-61d0f677cb94

📥 Commits

Reviewing files that changed from the base of the PR and between dcf0918 and 2434659.

📒 Files selected for processing (2)
  • .github/workflows/backend-cd.yml
  • scripts/deploy-backend.sh

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@pearseona
pearseona merged commit 23423c0 into develop Aug 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant