Commit 6858ff328c8db3cbacf47200db17bf51e9527474
1 parent
6d43ea95
Exists in
master
and in
1 other branch
Oops, forgot to remove a callback
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.example.rb
... | ... | @@ -31,7 +31,7 @@ set :scm_verbose, true |
31 | 31 | set(:current_branch) { `git branch`.match(/\* (\S+)\s/m)[1] || raise("Couldn't determine current branch") } |
32 | 32 | set :branch, defer { current_branch } |
33 | 33 | |
34 | -after 'deploy:update_code', 'errbit:symlink_configs', 'bundler:install' | |
34 | +after 'deploy:update_code', 'errbit:symlink_configs' | |
35 | 35 | |
36 | 36 | namespace :deploy do |
37 | 37 | task :start do ; end | ... | ... |