We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2b620 + 6c0b1d9 commit 59407e9Copy full SHA for 59407e9
.github/workflows/deploy_production.yml
@@ -32,7 +32,7 @@ jobs:
32
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
33
34
- name: Build Project Artifacts
35
- run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
36
37
- name: Deploy Project Artifacts to Vercel
38
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
0 commit comments