fix(bulk-cdk): Remove alias-domains to fix production deployment (#69810)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7ff37c68e8
commit
f923809929
@@ -149,8 +149,6 @@ jobs:
|
||||
vercel-project-id: ${{ env.VERCEL_PROJECT_ID }}
|
||||
working-directory: docs-output
|
||||
vercel-args: ${{ github.ref == 'refs/heads/master' && '--prod' || '' }}
|
||||
alias-domains: |
|
||||
${{ github.ref == 'refs/heads/master' && 'bulk-cdk-docs.vercel.app' || '' }}
|
||||
|
||||
- name: Authenticate as GitHub App
|
||||
if: github.event_name == 'pull_request'
|
||||
|
||||
Reference in New Issue
Block a user