capistrano_rsync_with_remote_cache
capistrano_rsync_with_remote_cache copied to clipboard
Pull: rollback on rsync failure and support gateway variable
I've made two changes to capistrano_rsync_with_remote_cache:
- When rsync fails, instead of silently continuing, rollback the deploy
- Obey Capistrano's :gateway variable to forward SSH through a bastion host when calling rsync
I've added tests for each. Please let me know if there is anything else you require for acceptance of these changes.
Branches: rollback-on-rsync-failure add-gateway-support
Thanks!
Hi!
Is this feature planned to be merged sometime ? Are there any other alternatives to this ?