You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/university-multizone-deployment.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,32 @@ Vercel에서는 같은 Git repository를 두 개의 Project로 연결한다.
63
63
64
64
University project의 직접 배포 도메인은 검색엔진에 노출하지 않는다. 실제 사용자 URL은 main domain의 rewrite를 통해 제공한다.
65
65
66
+
## Release 배포
67
+
68
+
production 릴리즈는 GitHub Actions `Promote Main to Release Branches` workflow로 release branch를 갱신해 Vercel 배포를 트리거한다.
69
+
70
+
- Main Web Project production branch: `release-web`
71
+
- Admin Project production branch: `release-admin`
72
+
- University Web Project production branch: `release-university`
73
+
74
+
workflow target은 다음과 같이 사용한다.
75
+
76
+
-`all`: `release-web`, `release-admin`, `release-university`를 모두 main으로 갱신
77
+
-`university`: `release-university`만 main으로 갱신
78
+
-`both`: 기존 호환용으로 `release-web`, `release-admin`만 갱신
79
+
80
+
production web project의 `UNIVERSITY_WEB_DOMAIN`은 university web production origin을 가리켜야 한다. 예를 들어 사용자 production URL이 `https://www.solid-connection.com/university`라면 rewrite 대상은 별도 university web production origin이다.
0 commit comments