Skip to content

Commit 3ab8611

Browse files
authored
Update README.md (#117)
1 parent 2d2604b commit 3ab8611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Dev-Prod의 two-stage 배포 정책을 가지고 있으며, 각 stage에 배포
3333
- POPO 도커 이미지의 `latest` 버전을 업데이트 한다.
3434
- 이때, Web 어플리케이션의 경우는 도커 이미지 빌드 때 `NEXT_PUBLIC_ENV=dev`로 설정해줘야 한다.
3535
- `latest` 버전이 업데이트 되면, Github Action을 통해 Auto-deploy 해준다.
36+
- Github Action은 remote push로는 트리거되지 않고, PR을 생성해야 트리거된다. [참고](https://github.com/PoApper/popo-admin-web/blob/main/.github/workflows/github-action.yaml)
3637
- Prod Stage
3738
- POPO 도커 이미지의 특정 태그를 업데이트 한다. (ex. `v1.2.3`)
3839
- 이때, Web 어플리케이션의 경우는 도커 이미지 빌드 때 `NEXT_PUBLIC_ENV=prod`로 설정해줘야 한다.

0 commit comments

Comments
 (0)