Skip to content

Commit

Permalink
fix(prod-deploy-check.yml): update Vercel deployment command to inclu…
Browse files Browse the repository at this point in the history
…de the --prod flag for deploying to production environment
  • Loading branch information
h-campos committed Feb 28, 2024
1 parent 9767810 commit b467c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: Build Project
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit b467c9c

Please sign in to comment.