remove dysfunctional deployment hook

This commit is contained in:
wvengen 2014-01-15 15:50:36 +01:00
parent ca234f0b70
commit 4e68d3b7f5
1 changed files with 0 additions and 8 deletions

View File

@ -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