Skip to content

Commit

Permalink
Fix/vercel deployment (#162)
Browse files Browse the repository at this point in the history
* Using npx vercel

* Test on branch

* Test works
  • Loading branch information
brandonw504 authored Jan 17, 2025
1 parent 8e4d876 commit 00cc86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Lint and build code, then publish to Vercel
run: >
vercel
npx vercel
--token ${{ secrets.VERCEL_TOKEN }}
-n ${{ vars.VERCEL_PROJECT }}
--yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Lint and build code, then publish to Vercel
run: >
vercel
npx vercel
--token ${{ secrets.VERCEL_TOKEN }}
-n ${{ vars.VERCEL_PROJECT }}
--yes
Expand Down

0 comments on commit 00cc86d

Please sign in to comment.