Skip to content

Commit 0f1bf15

Browse files
committed
Hide output from now-pipeline-prune
1 parent 305bd5e commit 0f1bf15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ echo "Installing now-pipeline"
22
npm install -g MiniGod/now-pipeline#state-building
33

44
echo "Prune old instances"
5-
now-pipeline-prune
5+
now-pipeline-prune > /dev/null
66

77
echo "Deploy and alias new instance"
88
now-pipeline --alias demo.micro-analytics.io --test "npm run test-now-deployment"

0 commit comments

Comments
 (0)