Skip to content

Commit

Permalink
Pin scp2 version for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 12, 2014
1 parent 5155a0d commit f27b786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ curl https://api.csswg.org/bikeshed/ -F file=@index.bs > out/index.html;
cp *.svg out

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

for f in out/*; do
# Deploy to the commit snapshot location
Expand Down

0 comments on commit f27b786

Please sign in to comment.