remove dysfunctional deployment hook
This commit is contained in:
parent
ca234f0b70
commit
4e68d3b7f5
1 changed files with 0 additions and 8 deletions
|
@ -42,14 +42,6 @@ namespace :deploy do
|
|||
|
||||
after :restart, 'resque:restart'
|
||||
|
||||
after :restart, :clear_cache do
|
||||
on roles(:web), in: :groups, limit: 3, wait: 10 do
|
||||
within release_path do
|
||||
execute :rake, 'cache:clear'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
after :finishing, 'deploy:cleanup'
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue