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.
1 parent 108ab16 commit 82ac2ceCopy full SHA for 82ac2ce
.github/workflows/vercel-preview.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Vercel CLI
15
run: npm install --global vercel@latest
16
- name: Pull Vercel Environment Information
17
- run: vercel pull --yes --environment=development --token=${{ secrets.VERCEL_TOKEN }}
+ run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
18
- name: Build Project Artifacts
19
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
20
- name: Deploy Project Artifacts to Vercel
0 commit comments