Skip to content

Commit bac05ba

Browse files
committed
feat: vercel ALIAS_DOMAINS
1 parent 6ec028c commit bac05ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
7373
VERCEL_PROJECT_ID: ${{ secrets[matrix.secret_project_id] }}
7474
GITHUB_DEPLOYMENT: false
75-
# PR_PREVIEW_DOMAIN: "${{ matrix.locale }}.{PR}.nextjs.im"
75+
ALIAS_DOMAINS: |
76+
${{ matrix.locale }}-{PR}.nextjs.im
77+
${{ matrix.locale }}.{PR}.nextjs.im
7678
7779
# - name: Deploy to Vercel (${{ matrix.locale }})
7880
# if: steps.should_deploy.outputs.should_deploy == 'true'

0 commit comments

Comments
 (0)