1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Update cap hook, fixes #352

This commit is contained in:
Mike Perham 2012-08-19 11:31:20 -07:00
parent 254c204d7a
commit bcb5678524
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
HEAD
-----------
- Change capistrano recipe to run 'quiet' before deploy:update\_code so
it is run upon both 'deploy' and 'deploy:migrations'. [#352]
2.2.0
-----------

View file

@ -1,5 +1,5 @@
Capistrano::Configuration.instance.load do
before "deploy", "sidekiq:quiet"
before "deploy:update_code", "sidekiq:quiet"
after "deploy:stop", "sidekiq:stop"
after "deploy:start", "sidekiq:start"
after "deploy:restart", "sidekiq:restart"