Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anant-c authored Jun 20, 2024
1 parent 7c404b9 commit b7aa73f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
pip install -r requirements.txt
- name: Deploy to Vercel
uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
working-directory: .
run: |
npx vercel --prod --token ${{ secrets.VERCEL_TOKEN }} --confirm

0 comments on commit b7aa73f

Please sign in to comment.