1
0
mirror of synced 2025-12-19 18:14:56 -05:00

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:
Aaron ("AJ") Steers
2025-11-21 11:08:56 -08:00
committed by GitHub
parent 7ff37c68e8
commit f923809929

View File

@@ -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'