vercel: get correct env
This commit is contained in:
parent
dabbadff06
commit
f166de5c81
1 changed files with 1 additions and 1 deletions
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install Global Dependencies
|
||||
run: npm install --global vercel pnpm
|
||||
- name: Pull Vercel Environment Information
|
||||
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
|
||||
run: vercel pull --yes --environment=preview --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- name: Build Project Artifacts
|
||||
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- name: Deploy Project Artifacts to Vercel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue