Skip to content

Chore: [FN-164] CD 파이프라인 오타 수정#4

Merged
dungbik merged 1 commit intodevelopfrom
chore/cd
Sep 6, 2025
Merged

Chore: [FN-164] CD 파이프라인 오타 수정#4
dungbik merged 1 commit intodevelopfrom
chore/cd

Conversation

@dungbik
Copy link
Contributor

@dungbik dungbik commented Sep 6, 2025

📝 변경 내용


✅ 체크리스트

  • 코드가 정상적으로 동작함
  • 테스트 코드 통과함
  • 문서(README 등)를 최신화함
  • 코드 스타일 가이드 준수

💬 기타 참고 사항

Summary by CodeRabbit

  • 작업(Chores)
    • 개발 브랜치 CD 워크플로우를 정비하여 Docker 이미지를 flipnote-nestjs 리포지토리로 태깅/푸시하도록 조정했습니다.
    • EC2 배포 단계에서 NestJS용 배포 스크립트 경로를 사용하도록 업데이트했습니다.
    • 체크아웃, 빌드, 레지스트리 로그인, 푸시, Slack 알림 등 기타 단계는 변경 없습니다.
    • 애플리케이션 기능과 UI에는 영향이 없으며, 배포의 안정성과 일관성을 개선합니다.

@dungbik dungbik self-assigned this Sep 6, 2025
@dungbik dungbik merged commit 2b91e8d into develop Sep 6, 2025
1 check passed
@coderabbitai
Copy link

coderabbitai bot commented Sep 6, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

GitHub Actions 개발 배포 워크플로에서 Docker 이미지 리포지토리를 flipnote-nestjs로 변경하고, EC2 배포 단계의 스크립트 경로를 deploy-nestjs/deploy-flipnote.sh로 업데이트했습니다. 기타 단계(체크아웃, 빌드, 로그인, 푸시, Slack 알림)는 그대로입니다.

Changes

Cohort / File(s) Change Summary
CI/CD 워크플로
.github/workflows/develop-cd.yml
DOCKER_REPO${{ secrets.DOCKERHUB_USERNAME }}/flipnote-nestjs로 변경. EC2 배포 스크립트를 ~/deploy-nestjs/deploy-flipnote.sh로 교체. 나머지 단계는 변경 없음.

Sequence Diagram(s)

sequenceDiagram
    autonumber
    actor Dev as Developer
    participant GH as GitHub Actions
    participant DK as Docker Hub
    participant EC2 as EC2 Host

    Dev->>GH: Push to develop
    GH->>GH: Build Docker image
    note right of GH: Tag repo: flipnote-nestjs (updated)
    GH->>DK: Push image
    GH->>EC2: SSH and run deploy script
    note right of EC2: bash ~/deploy-nestjs/deploy-flipnote.sh (updated)
    EC2->>EC2: Pull & restart service
    EC2-->>GH: Deployment result
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

새싹 코드를 살짝 흔들어, hop hop!
노드에서 넷트로 길을 바꿔, tip-tap top.
토끼는 도커 태그를 새로 달고 🐇
EC2에 뛰어가 스크립트 톡!
파란빛, 초록빛—스위치 똑딱, 배포 완료!


📜 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 562887e and d7d81ac.

📒 Files selected for processing (1)
  • .github/workflows/develop-cd.yml (2 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/cd

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.

@dungbik dungbik deleted the chore/cd branch September 6, 2025 10:30
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