File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -63,20 +63,18 @@ jobs:
63
63
- run : npm run build
64
64
65
65
- name : Install Vercel CLI
66
- run : npm install --global vercel@canary env-cmd
67
-
66
+ run : npm install --global vercel@canary
68
67
- name : Pull Vercel Environment Information
69
68
run : vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
70
-
71
69
- name : Build Project Artifacts
72
70
run : vercel build --token=${{ secrets.VERCEL_TOKEN }}
73
-
71
+
74
72
- uses : UnlyEd/github-action-deploy-on-vercel@latest
75
73
with :
76
74
command : " vercel deploy --cwd ./public --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
77
75
env :
78
76
VERCEL_TOKEN : ${{ secrets.VERCEL_TOKEN }}
79
77
VERCEL_ORG_ID : ${{ secrets.VERCEL_ORG_ID}}
80
- VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID}}
78
+ VERCEL_PROJECT_ID : ${{ secrets.VERCEL_PROJECT_ID }}
81
79
82
80
- run : " echo \" Found deployment url: ${{ env.VERCEL_DEPLOYMENT_URL }}\" "
You can’t perform that action at this time.
0 commit comments