Skip to content

[NO-ISSUE] 환경별 Discord 웹훅 구분 적용#223

Merged
bum0w0 merged 1 commit intodevelopfrom
feat/NO-ISSUE-system-monitoring
Mar 12, 2026
Merged

[NO-ISSUE] 환경별 Discord 웹훅 구분 적용#223
bum0w0 merged 1 commit intodevelopfrom
feat/NO-ISSUE-system-monitoring

Conversation

@bum0w0
Copy link
Member

@bum0w0 bum0w0 commented Mar 12, 2026

Summary by CodeRabbit

릴리스 노트

  • Chores
    • Discord 알림이 배포 환경에 따라 올바르게 라우팅되도록 최적화되었습니다.

@bum0w0 bum0w0 added the feat 기존 기능을 개선하거나 새로운 기능을 추가하는 경우에 사용합니다. label Mar 12, 2026
@bum0w0 bum0w0 merged commit 2f0551b into develop Mar 12, 2026
1 check passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 12, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d4a620e8-2799-4b20-a9e8-7bfbe7263c60

📥 Commits

Reviewing files that changed from the base of the PR and between 67c6dbb and f940f3b.

📒 Files selected for processing (1)
  • deploy/shared/system-monitor.sh

Walkthrough

deploy/shared/system-monitor.sh 파일에 환경별 조건 로직이 추가되어, ENV 변수 값에 따라 PROD_DISCORD_WEBHOOK_URL 또는 DEVELOP_DISCORD_WEBHOOK_URL이 내보내집니다. DISCORD_WEBHOOK_URL 로드 메커니즘과 기존 오류 처리 로직은 변경되지 않습니다.

Changes

Cohort / File(s) Summary
환경별 Webhook 내보내기
deploy/shared/system-monitor.sh
ENV 환경 변수에 따라 환경별 Discord 웹훅 URL을 조건부로 내보내는 로직 추가. prod 환경에서는 PROD_DISCORD_WEBHOOK_URL, 기타 환경에서는 DEVELOP_DISCORD_WEBHOOK_URL 내보냄.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/NO-ISSUE-system-monitoring
📝 Coding Plan for PR comments
  • Generate coding plan

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 and usage tips.

@bum0w0 bum0w0 deleted the feat/NO-ISSUE-system-monitoring branch March 14, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat 기존 기능을 개선하거나 새로운 기능을 추가하는 경우에 사용합니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant