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

[DEPLOY] 개발/운영 서버 분리 #118

Closed
3 tasks done
ddongseop opened this issue Feb 2, 2024 · 0 comments · Fixed by #119
Closed
3 tasks done

[DEPLOY] 개발/운영 서버 분리 #118

ddongseop opened this issue Feb 2, 2024 · 0 comments · Fixed by #119
Assignees
Labels

Comments

@ddongseop
Copy link
Member

ddongseop commented Feb 2, 2024

✨ 이슈 내용

  • 기존에 develop 브랜치 (개발 브랜치) 에 변경 사항이 생기면 바로 운영 서버로 배포되도록 했었음
  • 이를 main 브랜치에 변경 사항이 생길 경우 운영 서버로 배포되도록 변경할 계획이며, 기존 develop 브랜치는 개발 서버로 배포되도록 할 것임
  • 현재 작동 중인 서버를 고려하여 작업 순서는 아래와 같이 구상하였음
    1. main 브랜치 - 개발 서버로 세팅 진행
    2. 기존의 develop 브랜치를 개발 서버로 연결
    3. main 브랜치는 기존에 사용하던 운영 서버로 연결

✅ 체크리스트

  • main 브랜치 - 개발 서버로 세팅
  • 기존의 develop 브랜치를 개발 서버로 연결
  • main 브랜치는 기존에 사용하던 운영 서버로 연결
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant