We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df02477 commit 341c587Copy full SHA for 341c587
.circleci/config.yml
@@ -74,7 +74,7 @@ jobs:
74
- run: |
75
sudo npm install now -g
76
cd website
77
- now --token $ZEIT_NOW_TOKEN --prod
+ now --token $ZEIT_NOW_TOKEN --prod --confirm
78
79
workflows:
80
build_test:
0 commit comments