Skip to content

Commit

Permalink
pull request deploy troubleshooting. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-leisy authored Feb 25, 2025
1 parent 69bfcf2 commit 0ba40b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:

- name: Deploy to Vercel
if: github.event_name == 'push' && github.ref == 'refs/heads/main' # Only deploy on push to 'main'
run: vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes # Deploy to Vercel with auto-confirmation
run: vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --yes --cwd # Deploy to Vercel with auto-confirmation
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} # Vercel token from GitHub Secrets

0 comments on commit 0ba40b8

Please sign in to comment.