Skip to content

배포 자동화 프로세스 적용 - #141

Merged
koh1260 merged 26 commits into
developfrom
feat/auto-deploy-config
Oct 12, 2025
Merged

koh1260 merged 26 commits into
developfrom
feat/auto-deploy-config

Conversation

@koh1260

@koh1260 koh1260 commented Oct 12, 2025

Copy link
Copy Markdown
Member

Summary

  • Github Action + AWS Code Deploy

주요 변경 사항

1. 플로우

GitHub (Push)

┌─────────────┐
│ GitHub Actions │
│ - 빌드 (npm install, build) │
│ - S3 업로드 │
│ - CodeDeploy 트리거 │
└─────────────┘

┌─────────────┐
│ AWS CodeDeploy │
│ - S3에서 app.zip 다운로드 │
│ - deploy.sh 실행 │
└─────────────┘

배포 완료

@koh1260 koh1260 self-assigned this Oct 12, 2025
@koh1260 koh1260 added the feat 🛠️ 기능 구현 label Oct 12, 2025
@koh1260
koh1260 merged commit 01ba6a7 into develop Oct 12, 2025
1 check passed
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