Skip to content

Commit

Permalink
pids must be a linked directory or it starts a new pool on each deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and justinlittman committed Apr 22, 2019
1 parent 634d779 commit 5a73a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# set :linked_files, %w{config/database.yml}

# Default value for linked_dirs is []
# set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set :linked_dirs, %w{tmp/pids}

# Default value for default_env is {}
# set :default_env, { path: "/opt/ruby/bin:$PATH" }
Expand Down

0 comments on commit 5a73a35

Please sign in to comment.