Skip to content

Commit

Permalink
Don't wait for deploy to finish in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Aug 26, 2024
1 parent 9dec196 commit b5384ea
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 @@ -17,4 +17,4 @@ jobs:
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}
run: vercel deploy --prod --no-wait --token=${{ secrets.VERCEL_TOKEN }}

0 comments on commit b5384ea

Please sign in to comment.