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
@@ -8,6 +8,7 @@ require 'action_mailer/railtie'
#require 'active_resource/railtie'
require 'rails/test_unit/railtie'
require 'sprockets/railtie'
require 'net/http' # lib/qwaiter/broadcaster/faye.rb
# custom override hack for the couchbase-setting gem, needs to be loaded before other gems, is settings only without dependencies
require File.expand_path('./../../lib/couchbase-setting', __FILE__)
+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