Skip to content

Commit

Permalink
fix: deploy to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouchFR committed May 5, 2024
1 parent 7e10c29 commit 2ac6def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Add IconsJSON Variable
run: go run build.go
- name: Build Project Artifacts
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit 2ac6def

Please sign in to comment.