We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a56b8 commit dc26676Copy full SHA for dc26676
.github/workflows/vercel-preview.yml
@@ -59,6 +59,15 @@ jobs:
59
- run: npm install
60
- run: npm run build
61
62
+ - name: Install Vercel CLI
63
+ run: npm install --global vercel@canary env-cmd
64
+
65
+ - name: Pull Vercel Environment Information
66
+ run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
67
68
+ - name: Build Project Artifacts
69
+ run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
70
71
- uses: UnlyEd/github-action-deploy-on-vercel@latest
72
with:
73
command: "vercel deploy --cwd ./public --archive=tgz --prebuilt --debug --token ${{ secrets.VERCEL_TOKEN }}"
0 commit comments