capistrano deploy: avoid installing heroku gemset group

This commit is contained in:
Alessio Caiazza 2012-02-04 12:07:26 +01:00
parent d1fbf7b55c
commit 3b0bf89335

View file

@ -20,6 +20,7 @@ set :use_sudo, false
set :scm_verbose, true set :scm_verbose, true
set :repository_cache, "remote_cache" set :repository_cache, "remote_cache"
set :deploy_via, :checkout set :deploy_via, :checkout
set :bundle_without, [:development, :test, :heroku]
# Figure out the name of the current local branch # Figure out the name of the current local branch
def current_git_branch def current_git_branch