Skip to content

Commit

Permalink
Revert "Temporarily disable production deployment flag (#88)" (#143)
Browse files Browse the repository at this point in the history
This reverts commit 04281a5.
  • Loading branch information
samderanova authored Dec 18, 2023
1 parent 9c34d2c commit 57d4d81
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 57d4d81

Please sign in to comment.