Skip to content
This repository was archived by the owner on Apr 15, 2023. It is now read-only.

Version 1.0.2

Choose a tag to compare

@jordanbyron jordanbyron released this 09 Jun 14:57
· 6 commits to master since this release

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.