Skip to content

Commit

Permalink
Revert the reload command until more energy can be put into debugging…
Browse files Browse the repository at this point in the history
… why Unicorn does not get properly restarted on Lancelot
  • Loading branch information
Nathan Rogers committed Mar 14, 2013
1 parent e1dbd0f commit 372da59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Expand Up @@ -133,4 +133,4 @@
after("deploy:update_code", "deploy:update_submodules")
after("deploy:update_code", "deploy:jetty:config")
after("deploy:update_code", "deploy:db:setup")
after('deploy:restart', 'unicorn:reload')
after('deploy:restart', 'unicorn:restart')

0 comments on commit 372da59

Please sign in to comment.