Merge pull request #3052 from betagouv/re-enable-cleanup

Re-enable releases cleanup
This commit is contained in:
gregoirenovel 2018-11-22 18:31:55 +01:00 committed by GitHub
commit a713b76b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,7 @@ task :deploy do
invoke :'service:restart_puma'
invoke :'service:reload_nginx'
invoke :'service:restart_delayed_job'
invoke :'deploy:cleanup'
end
end
end