diff --git a/config/deploy.rb b/config/deploy.rb index 488ed37..fa5c176 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -36,10 +36,10 @@ # set :keep_releases, 5 namespace :deploy do - after :restart, :clear_cache do - within release_path do - execute :rake, 'cache:clear' - end - end +# after :restart, :clear_cache do +# within release_path do +# execute :rake, 'cache:clear' +# end +# end end \ No newline at end of file