Skip to content

Commit

Permalink
Reset sidekiq pid path in deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
classicalliu committed Nov 12, 2018
1 parent 7c80caf commit be77127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
set :branch, 'develop'
set :rails_env, 'production'
set :user, 'deploy'
set :sidekiq_pid, -> { "#{fetch(:deploy_to)}/shared/tmp/pids/sidekiq.pid" }

# Optional settings:
# set :user, 'foobar' # Username in the server to SSH to.
Expand Down

0 comments on commit be77127

Please sign in to comment.