Commit bafb9a7fe6dd7647d2cc4fb3b5dcc9ce036caf04

Authored by Artur Sabrov
1 parent b6d7d465
Exists in master and in 1 other branch production

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 41 task :setup do
42 42 on roles(:app) do
43 43 execute "mkdir -p #{shared_path}/config"
44   - execute "mkdir -p #{shared_path}/pids"
  44 + execute "mkdir -p #{shared_path}/tmp/pids"
45 45 execute "touch #{shared_path}/.env"
46 46  
47 47 {
... ...