Skip to content

Commit a5c0032

Browse files
committed
fix: deployment
1 parent c89e10f commit a5c0032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm install
2929

3030
- name: Pull Vercel Environment Information
31-
run: npx vercel env pull --yes --environment=production --file=.env --token=${{ secrets.VERCEL_TOKEN }}
31+
run: npx vercel env pull .env --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
3232

3333
- name: Build Project Artifacts
3434
run: npx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm install
2929

3030
- name: Pull Vercel Environment Information
31-
run: npx vercel env pull --yes --environment=preview --file=.env --git-branch=next --token=${{ secrets.VERCEL_TOKEN }}
31+
run: npx vercel env pull .env --yes --environment=preview --git-branch=next --token=${{ secrets.VERCEL_TOKEN }}
3232

3333
- name: Build Project Artifacts
3434
run: npx vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)