Skip to content

Commit

Permalink
ci: set image provider manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jojomatik authored Jan 7, 2024
1 parent 9edfc1d commit f8aee41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
env:
NITRO_PRESET: vercel
NUXT_IMAGE_PROVIDER: 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 f8aee41

Please sign in to comment.