capistrano deploy: avoid installing heroku gemset group
This commit is contained in:
parent
d1fbf7b55c
commit
3b0bf89335
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ set :use_sudo, false
|
|||
set :scm_verbose, true
|
||||
set :repository_cache, "remote_cache"
|
||||
set :deploy_via, :checkout
|
||||
set :bundle_without, [:development, :test, :heroku]
|
||||
|
||||
# Figure out the name of the current local branch
|
||||
def current_git_branch
|
||||
|
|
|
|||
Loading…
Reference in a new issue