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:
parent
254c204d7a
commit
bcb5678524
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
-----------
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue