Skip to content

Commit

Permalink
Temporarily disable production deployment flag (#88)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
taesungh authored Dec 16, 2023
1 parent ee174c3 commit 04281a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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}}

0 comments on commit 04281a5

Please sign in to comment.