Skip to content

Commit 7105f30

Browse files
committed
chore: Update deploy script
The version of now-pipeline we used to install has been merged and released in 1.8.0. The branch was deleted, that is why the deployment has been failing lately.
1 parent 6fdf88d commit 7105f30

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
@@ -1,5 +1,5 @@
11
echo "Installing now-pipeline"
2-
npm install -g MiniGod/now-pipeline#state-building
2+
npm install -g now-pipeline@latest
33

44
echo "Prune old instances"
55
now-pipeline-prune > /dev/null

0 commit comments

Comments
 (0)