Commit abeb3fc616a7684302ea73f24bdeb2072c3ad16e
1 parent
ca541c98
Exists in
master
and in
1 other branch
Improve comment about stopping unicorn
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/deploy.example.rb
... | ... | @@ -39,7 +39,7 @@ set(:current_branch) { `git branch`.match(/\* (\S+)\s/m)[1] || raise("Couldn't d |
39 | 39 | set :branch, defer { current_branch } |
40 | 40 | |
41 | 41 | after 'deploy:update_code', 'errbit:symlink_configs' |
42 | -# uncomment if unicorn is running on production (do not forget to setup config) | |
42 | +# if unicorn is started through something like runit (the tool which restarts the process when it's stopped) | |
43 | 43 | # after 'deploy:restart', 'unicorn:stop' |
44 | 44 | |
45 | 45 | namespace :deploy do | ... | ... |