Skip to content

[chore] EC2_HOST 분리 #197

Merged
buzz0331 merged 1 commit into
developfrom
fix/#-EC2-HOST
Aug 12, 2025
Merged

[chore] EC2_HOST 분리 #197
buzz0331 merged 1 commit into
developfrom
fix/#-EC2-HOST

Conversation

@buzz0331

@buzz0331 buzz0331 commented Aug 12, 2025

Copy link
Copy Markdown
Contributor

#️⃣ 연관된 이슈

closes #이슈번호

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

📸 스크린샷

💬 리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

📌 PR 진행 시 이러한 점들을 참고해 주세요

* P1 : 꼭 반영해 주세요 (Request Changes) - 이슈가 발생하거나 취약점이 발견되는 케이스 등
* P2 : 반영을 적극적으로 고려해 주시면 좋을 것 같아요 (Comment)
* P3 : 이런 방법도 있을 것 같아요~ 등의 사소한 의견입니다 (Chore)

Summary by CodeRabbit

  • Chores
    • 개발 및 프로덕션 배포 워크플로의 대상 서버 구성을 환경별로 명확히 분리했습니다.
    • 배포 경로를 정정하여 잘못된 환경으로의 배포 가능성을 줄였습니다.
    • 애플리케이션 기능 변화는 없으며, 배포 안정성과 신뢰성을 향상했습니다.
    • 서비스 중단 없이 적용되며, 향후 배포 가시성과 운영 효율이 개선됩니다.

@buzz0331 buzz0331 self-assigned this Aug 12, 2025
@coderabbitai

coderabbitai Bot commented Aug 12, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

두 개의 GitHub Actions CD 워크플로우에서 SSH 배포 대상 호스트 시크릿 키를 각각 개발용과 운영용으로 교체했습니다. 다른 입력값과 워크플로우 로직은 변경되지 않았습니다.

Changes

Cohort / File(s) Summary of Changes
CD 워크플로우 SSH 대상 업데이트
.github/workflows/cd-workflow-dev.yml, .github/workflows/cd-workflow-prod.yml
appleboy/ssh-action의 host 시크릿을 dev는 EC2_HOST_DEV, prod는 EC2_HOST_PROD로 교체. 기타 username, key, port, envs, script는 동일.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • [infra] 개발 / 운영 서버 분리 #182: CD 워크플로우를 개발/운영으로 분리하고 배포 단계 구성을 조정한 변경으로, 본 PR의 호스트 시크릿 분리와 직접적으로 연관됨.

Suggested labels

🌈 infra

Suggested reviewers

  • seongjunnoh

Poem

토끼는 깡총, 호스트도 점프!
DEV로 착, PROD로 쏙—경로만 스위치!
스크립트는 그대로, 열쇠만 바꿔
배포의 발자국, 두 줄로 남겨요.
오늘도 안전착륙! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3b649c2 and 6ad8b46.

📒 Files selected for processing (2)
  • .github/workflows/cd-workflow-dev.yml (1 hunks)
  • .github/workflows/cd-workflow-prod.yml (1 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/#-EC2-HOST

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

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

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@buzz0331 buzz0331 merged commit 859479f into develop Aug 12, 2025
1 of 2 checks passed
@buzz0331 buzz0331 deleted the fix/#-EC2-HOST branch August 12, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant