Commit bafb9a7fe6dd7647d2cc4fb3b5dcc9ce036caf04
1 parent
b6d7d465
Exists in
master
and in
1 other branch
errbit:setup creates tmp/pids
Unicorn uses shared/tmp/pids instead of shared/pids
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.example.rb
| @@ -41,7 +41,7 @@ namespace :errbit do | @@ -41,7 +41,7 @@ namespace :errbit do | ||
| 41 | task :setup do | 41 | task :setup do |
| 42 | on roles(:app) do | 42 | on roles(:app) do |
| 43 | execute "mkdir -p #{shared_path}/config" | 43 | execute "mkdir -p #{shared_path}/config" |
| 44 | - execute "mkdir -p #{shared_path}/pids" | 44 | + execute "mkdir -p #{shared_path}/tmp/pids" |
| 45 | execute "touch #{shared_path}/.env" | 45 | execute "touch #{shared_path}/.env" |
| 46 | 46 | ||
| 47 | { | 47 | { |