Skip to content

Commit

Permalink
ci: use preset vercel instead of vercel-edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jojomatik committed Jan 7, 2024
1 parent 717f542 commit 9edfc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
env:
NITRO_PRESET: vercel-edge
NITRO_PRESET: vercel
- name: Deploy Project Artifacts to Vercel (Preview)
if: github.ref != 'refs/heads/main'
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 9edfc1d

Please sign in to comment.