Skip to content

Commit

Permalink
fix(prod-deploy-check.yml): update vercel build command to use --prod…
Browse files Browse the repository at this point in the history
… flag for production build process
  • Loading branch information
h-campos committed Feb 28, 2024
1 parent c45dcf7 commit 9767810
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 @@ -39,6 +39,6 @@ jobs:
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project to Vercel
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 9767810

Please sign in to comment.