Skip to content

Commit

Permalink
ci: fix deploy option
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoul-safir committed Apr 20, 2024
1 parent 8cec85d commit ef5c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vercel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: yarn global add vercel

- name: Deploy to Vercel
run: vercel --token ${{ secrets.VERCEL_DEPLOYER_TOKEN }} --deploy --prod
run: vercel deploy --token ${{ secrets.VERCEL_DEPLOYER_TOKEN }} --prod

0 comments on commit ef5c426

Please sign in to comment.