la-haute-societe / ssh-deploy-release

Deploy releases over SSH with rsync, archive ZIP / TAR, symlinks, SCP ...
https://www.npmjs.com/package/ssh-deploy-release
MIT License
36 stars 10 forks source link

Fixed bug in reporting private key incompatibility with synchronize mode #4

Closed paulhayes closed 7 years ago

paulhayes commented 7 years ago

Logger was incorrectly referenced, so users trying to use synchronize mode but with a key file, experienced a Fatal Error: logger not defined error.

maxime-colin commented 7 years ago

Thanks for your fix. I published a new release on npm : 2.1.3

paulhayes commented 7 years ago

Amazing turnaround! That's the fastest anyones accepted one of my pull requests!

paulhayes commented 7 years ago

Shame the project doesn't support ssh key credentials for rsync. Pretty much stopped me being able to use it ( my host doesn't allow user+password to log into ssh ). I've ended up using grunt-rsync.