Skip to content

Commit

Permalink
Update sidekiq.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed Oct 19, 2015
1 parent e3e74ef commit 39f9d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/capistrano/tasks/sidekiq.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ namespace :load do
set :sidekiq_processes, -> { 1 }
set :sidekiq_options_per_process, -> { nil }
set :sidekiq_user, -> { nil }
# Rbenv and RVM integration
# Rbenv, Chruby, and RVM integration
set :rbenv_map_bins, fetch(:rbenv_map_bins).to_a.concat(%w(sidekiq sidekiqctl))
set :rvm_map_bins, fetch(:rvm_map_bins).to_a.concat(%w(sidekiq sidekiqctl))
set :chruby_map_bins, fetch(:chruby_map_bins).to_a.concat(%w{ sidekiq sidekiqctl })
# Bundler integration
set :bundle_bins, fetch(:bundle_bins).to_a.concat(%w(sidekiq sidekiqctl))
end
Expand Down

0 comments on commit 39f9d8e

Please sign in to comment.