deploy file update
This commit is contained in:
parent
dee8533df9
commit
c041191aea
|
@ -49,7 +49,9 @@ task :deploy => :environment do
|
||||||
invoke :'rails:assets_precompile'
|
invoke :'rails:assets_precompile'
|
||||||
|
|
||||||
to :launch do
|
to :launch do
|
||||||
invoke :'puma:restart'
|
# Insure puma is start when restart it
|
||||||
|
invoke :'puma:start'
|
||||||
|
invoke :'puma:phased_restart'
|
||||||
invoke :'sidekiq:restart'
|
invoke :'sidekiq:restart'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue