Skip to content

Commit

Permalink
Added fix for sidekiq issue
Browse files Browse the repository at this point in the history
  • Loading branch information
strtwtsn committed Nov 1, 2019
1 parent 24b3ba3 commit c9855eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
set :repo_url, '[email protected]:unepwcmc/ProtectedPlanet.git'

set :init_system, :systemd
set :service_unit_name, "sidekiq_#{fetch(:application)}.service"
set :service_unit_name, "sidekiq_pp.service"
set :service_unit_name, "sidekiq_import_pp.service"

set :deploy_user, 'wcmc'
set :deploy_to, "/home/#{fetch(:deploy_user)}/#{fetch(:application)}"
Expand Down

0 comments on commit c9855eb

Please sign in to comment.