File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1010 - main
1111
1212jobs :
13- Deploy-Production :
13+ Deploy :
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
@@ -19,15 +19,12 @@ jobs:
1919 - name : Install Vercel CLI
2020 run : npm install -g vercel
2121
22- - name : Print Vercel Token (Debugging Only)
23- run : echo "VERCEL_TOKEN=${{ secrets.VERCEL_TOKEN }}"
24-
25- - name : Pull vercel Environment Information
22+ - name : Pull enviroment
2623 run : vercel pull --yes --environment=production --token ${{ secrets.VERCEL_TOKEN }}
2724
28- - name : Build Project Artifacts
25+ - name : Build aritfact
2926 run : vercel build --prod --token ${{ secrets.VERCEL_TOKEN }}
3027
31- - name : Deploy Project Artifacts
28+ - name : Deploy artifacts
3229 run : vercel deploy --prebuilt --prod --token ${{ secrets.VERCEL_TOKEN }}
3330
You can’t perform that action at this time.
0 commit comments