Skip to content

백엔드 릴리즈 워크플로우 분리 및 자동화#234

Open
Goder-0 wants to merge 1 commit into
mainfrom
feature/#233-backend-release-workflow
Open

백엔드 릴리즈 워크플로우 분리 및 자동화#234
Goder-0 wants to merge 1 commit into
mainfrom
feature/#233-backend-release-workflow

Conversation

@Goder-0
Copy link
Copy Markdown
Contributor

@Goder-0 Goder-0 commented Jun 1, 2026

관련 이슈

PR 설명

  • main / PR 기준 워크플로우를 로컬 Docker bundle artifact 생성 흐름으로 분리했습니다.
  • 태그(v*) 기준으로만 AWS 배포와 GitHub Release 생성을 수행하는 release.yml을 추가했습니다.
  • 로컬 실행 검증을 위한 bundle 생성 스크립트와 compose 템플릿을 추가했습니다.

비고

  • .gitignore에서 워크플로우/로컬 bundle 템플릿용 yml 파일이 추적되도록 예외를 추가했습니다.

Split backend automation into two paths.

Main and pull request runs now create a local Docker
bundle artifact. Tag-based runs handle AWS deployment
and GitHub Release creation.

Closes: #233
@Goder-0 Goder-0 requested a review from ckdals4600 June 1, 2026 12:51
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

📊 코드 커버리지 리포트

Overall Project 93.95% 🍏

There is no coverage information present for the Files changed

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