Clarify branch and environment rules

This commit is contained in:
hyunho
2026-04-02 11:29:41 +09:00
parent f5c68ada80
commit 4c52fa53e8
3 changed files with 13 additions and 0 deletions

View File

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