deploy file update

This commit is contained in:
yafeilee 2016-04-24 17:04:17 +08:00
parent dee8533df9
commit c041191aea
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ task :deploy => :environment do
invoke :'rails:assets_precompile'
to :launch do
invoke :'puma:restart'
# Insure puma is start when restart it
invoke :'puma:start'
invoke :'puma:phased_restart'
invoke :'sidekiq:restart'
end