Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/#92. Github Actions 자동화 코드 추가 #95

Merged
merged 7 commits into from
May 13, 2024
Merged

Conversation

RokwonK
Copy link
Member

@RokwonK RokwonK commented May 12, 2024

Issue

Summary

  • 배포관련 자동화 코드들을 추가했습니다.

Description

  • create-release-branch : 최신 Tag를 불러와 input에 맞게 버전을 올린 release 브랜치 생성
  • create-hotfix-branch : 최신 Tag를 불러와 해당 버전의 hotfix 브랜치 생성
  • deploy-dev-api : hotifx & release 브랜치 내 push 이벤트 발생 시 dev 환경 배포
  • tagging-and-release : develop 내 hotifx & release 브랜치 merge 시 Tag/Release 생성
  • deploy-prod-api : Tag 생성 시 prod 환경 배포

@RokwonK RokwonK requested a review from JinDDung2 as a code owner May 12, 2024 12:42
Copy link
Collaborator

@JinDDung2 JinDDung2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README, Wiki 정리가 좋네요! LGTM~

@RokwonK RokwonK merged commit b563039 into develop May 13, 2024
@RokwonK RokwonK deleted the feat/#92 branch May 13, 2024 03:29
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.

Feat. 배포 및 릴리즈 자동화
2 participants