Skip to content

Commit

Permalink
fix: try with local dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jul 1, 2024
1 parent 5cda5f2 commit b0e7998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: vercel pull --yes --environment=${{ github.ref_name == 'main' && 'production' || 'preview' }} --token=${{ secrets.VERCEL_TOKEN }}

- name: Build project artifacts
run: vercel build ${{ github.ref_name == 'main' && '--prod' || '' }} --token=${{ secrets.VERCEL_TOKEN }} --cwd=/api/
run: vercel build ${{ github.ref_name == 'main' && '--prod' || '' }} --token=${{ secrets.VERCEL_TOKEN }} --cwd=./

- name: Deploy project artifacts to Vercel
id: deploy
Expand Down

0 comments on commit b0e7998

Please sign in to comment.