Skip to content

Commit f27b786

Browse files
committed
Pin scp2 version for deploys
See spmjs/node-scp2#21
1 parent 5155a0d commit f27b786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ curl https://api.csswg.org/bikeshed/ -F file=@index.bs > out/index.html;
3333
cp *.svg out
3434

3535
# Install scp2 as a cross-platform scp that supports passwords
36-
npm install -g scp2
36+
npm install -g scp2@0.1.4 # 0.2.0 gives "Error: handle is not a Buffer"
3737

3838
for f in out/*; do
3939
# Deploy to the commit snapshot location

0 commit comments

Comments
 (0)