Commit 3832862c374782c5232e349131256101ad9c5f4d

Authored by Rafael Manzo
1 parent 0b38fc0a

Restart after deploy

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/deploy.rb
... ... @@ -26,6 +26,7 @@ set :rvm_type, :system
26 26 set :rvm_install_with_sudo, true
27 27  
28 28 namespace :deploy do
  29 + after 'deploy:publishing', 'deploy:restart'
29 30  
30 31 desc 'Restart application'
31 32 task :restart do
... ...