Skip to content

Dev와 prod 환경 분리를 위한 git flow 설정 #1

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

Merged
merged 8 commits into from
Dec 1, 2024
Merged

Conversation

sejoon00
Copy link
Contributor

@sejoon00 sejoon00 commented Dec 1, 2024

📌 작업 내용 및 특이사항

  • Dev와 prod 환경 분리를 위한 git flow 설정를 했습니다.

  • docker-compose-dev.yml과 docker-compose-prod.yml로 도커 컨테이너를 분리합니다.

  • git 브랜치 전략
    main : 제품으로 출시될 수 있는 브랜치

develop : 다음 출시 버전을 개발하는 브랜치

feature 기능을 개발하는 브랜치 - feature/issue number

hotfix : 출시 버전에서 발생한 버그를 수정 하는 브랜치

featuredevelopmain

  • 1차 개발 서버 CI/CD : featuredevelop
  • 2차 운영 서버 CI/CD : developmain

📝 참고사항

@sejoon00 sejoon00 merged commit 62019f5 into master Dec 1, 2024
1 check passed
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