Clarify branch and environment rules
This commit is contained in:
@@ -32,6 +32,14 @@
|
||||
|
||||
## 2. 환경 원칙
|
||||
|
||||
팀 규칙 문장:
|
||||
|
||||
- `main`과 `dev`는 코드 브랜치다.
|
||||
- `8080`과 `8081`은 실행 환경이다.
|
||||
- 브랜치 이름을 포트와 같은 뜻으로 쓰지 않는다.
|
||||
- 기본 운영은 `main`을 `8080` 기준 브랜치로 본다.
|
||||
- 개발 검증은 `dev` 또는 작업 브랜치를 `8081`에서 먼저 확인한다.
|
||||
|
||||
- `8080`
|
||||
- 공개 기준 환경
|
||||
- 기준 데이터가 있는 쪽
|
||||
|
||||
Reference in New Issue
Block a user