From 04281a5a975baea2ffdcd081e5983155da2df192 Mon Sep 17 00:00:00 2001 From: Taesung Hwang <44419552+taesungh@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:28:02 -0800 Subject: [PATCH] Temporarily disable production deployment flag (#88) - Until we finish the application page and system, disable deployments to the production domain - We will also need to manually assign the staging domain because Vercel still has not resolved our domain ownership issue --- .github/workflows/deploy-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index f9a08586..e78ae496 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -22,7 +22,7 @@ jobs: with: vercel-version: 32.6.1 github-comment: false - vercel-args: "--prod" + # vercel-args: "--prod" vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ vars.VERCEL_ORG_ID}} vercel-project-id: ${{ vars.VERCEL_PROJECT_ID_SITE}} @@ -34,7 +34,7 @@ jobs: with: vercel-version: 32.6.1 github-comment: false - vercel-args: "--prod" + # vercel-args: "--prod" vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ vars.VERCEL_ORG_ID}} vercel-project-id: ${{ vars.VERCEL_PROJECT_ID_STUDIO}}