spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
385 stars 96 forks source link

if chunkSize is undefined, break out of async series #4

Closed optiminimal closed 10 years ago

optiminimal commented 10 years ago

based on issue: https://github.com/lepture/node-scp2/issues/3

this fixes the script blocking the deployment for me.

lepture commented 10 years ago

A new version is released.

lepture commented 10 years ago

if you are looking for a grunt task, here is https://github.com/spmjs/grunt-scp

optiminimal commented 10 years ago

Thanks for the link! I checked it out previously for exactly that reason, but just filed a pull request for https://github.com/ZheFeng/grunt-deploy to integrate node-scp2 in favour of the native unix scp.

I think grunt-deploy could be a more generic deploy task (softlinking current/releases folder and executing before & after cl tasks for pm2 reload etc).