dasuchin / grunt-ssh-deploy

Grunt SSH Deployment
MIT License
66 stars 45 forks source link

Bug in scp2 v0.1.4 #45

Closed warrickhill closed 8 years ago

warrickhill commented 9 years ago

I need to deploy files to 2 locations on the target machine however due to a bug in scp2 v0.1.4 the server connection isn't closed properly after the 1st deploy, which causes the 2nd deploy to fail, see this https://github.com/spmjs/node-scp2/issues/10

Apparently this has been fixed in v0.2.0 so it would be good to update to this.