Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian authored Sep 16, 2024
1 parent c5967a6 commit fe59924
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
cache: pnpm
- run: pnpm i -g vercel
- name: Deploy Project Vercel
run: rm -rf .vercel
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}
run: |
rm -rf .vercel
vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit fe59924

Please sign in to comment.