This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
Version 1.0.2
This release adds a warning when there are unpushed git commits, a handy feature if you have deploy_via
set to remote_cache
.
You can also opt out of branch or git commit checking via two new configuration options:
# config/deploy.rb
# Turn off unpushed git commit check
set :check_unpushed_commits_before_deploy, false
# Turn off branch change warning
set :confirm_branch_before_deploy, false
For more information checkout the README.