Skip to content

Commit

Permalink
ci(actions): add confirm option to now-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mdluo committed Feb 18, 2020
1 parent 976ee5f commit 84ba9fc
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 @@ -47,4 +47,4 @@ jobs:
- run: npm run build

- name: deploy
run: cd public && npx now --prod --token ${{ secrets.ZEIT_TOKEN }}
run: cd public && npx now --confirm --prod --token ${{ secrets.ZEIT_TOKEN }}

0 comments on commit 84ba9fc

Please sign in to comment.