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 305bd5e commit 0f1bf15Copy full SHA for 0f1bf15
scripts/deploy.sh
@@ -2,7 +2,7 @@ echo "Installing now-pipeline"
2
npm install -g MiniGod/now-pipeline#state-building
3
4
echo "Prune old instances"
5
-now-pipeline-prune
+now-pipeline-prune > /dev/null
6
7
echo "Deploy and alias new instance"
8
now-pipeline --alias demo.micro-analytics.io --test "npm run test-now-deployment"
0 commit comments