ansistrano / deploy

Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
https://ansistrano.com
MIT License
2.37k stars 343 forks source link

Use hard links to avoid duplicates between releases #270

Closed ivan-at-wiris closed 6 years ago

ivan-at-wiris commented 6 years ago

At present it's only implemented for 'rsync'. I've also added a boolean in config, and updated the readme.

ricardclau commented 6 years ago

Please add tests for this feature

ricardclau commented 6 years ago

👎 on this. Not sure about your releases but space should never be a problem

IMHO this is only complicating the code, it does not work for some setups, and it offers very little benefit