fix net http issu questionmark

This commit is contained in:
2020-03-07 11:42:52 -05:00
parent 68f7d4dd54
commit 96a7f6eacb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ namespace :deploy do
#execute :chown, "-R www-data:www-data", release_path.join('public/assets/')
#execute :kill, capture("lsof -i:9022 -t") # kill counters, will reboot itself
execute :touch, release_path.join('tmp/restart.txt')
execute :monit, :restart, 'puma_mozo.bar_production'
end
end