Skip to content

Commit

Permalink
Update web-vercel-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anasjaidi authored Nov 9, 2024
1 parent 8720cb2 commit 71ce91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} # Add Org ID if necessary
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} # Add Project ID if necessary
run: vercel --prod --token $VERCEL_TOKEN --scope $VERCEL_ORG_ID --project $VERCEL_PROJECT_ID
run: vercel --prod --token $VERCEL_TOKEN --scope $VERCEL_ORG_ID

0 comments on commit 71ce91c

Please sign in to comment.