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

Add a compression option #16

Closed nstCactus closed 5 years ago

nstCactus commented 5 years ago

Add a compression option to enable the rsync -z flag when in synchronize mode.

The default value could be true to speed up builds and false could be passed to make it work on server not supporting compression.