Skip to content

Commit

Permalink
bundle on sidekiq too
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles authored and Rails Machine committed Sep 12, 2012
1 parent dafd26b commit 85f488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/moonshine/capistrano_integration.rb
Expand Up @@ -37,7 +37,7 @@ def self.load_defaults_info(capistrano_config)
set :assets_prefix, "assets"
set :assets_role, [:app]

set :bundle_roles, [:app, :resque, :dj, :db]
set :bundle_roles, [:app, :resque, :dj, :db, :sidekiq]

# know the path to rails logs
set :rails_log do
Expand Down

0 comments on commit 85f488b

Please sign in to comment.