lib/negroku/tasks/unicorn.rake in negroku-2.0.0.pre7 vs lib/negroku/tasks/unicorn.rake in negroku-2.0.0
- old
+ new
@@ -76,10 +76,10 @@
end
end
end
# Reload or restart unicorn after the application is published
- after 'deploy:publishing', 'restart' do
+ after 'deploy:published', 'restart' do
invoke 'negroku:unicorn:setup'
invoke 'unicorn:restart'
end
after 'env:changed', 'hard-restart' do