From 61deb08b54e493bc49427d8bb0993b21e6680747 Mon Sep 17 00:00:00 2001 From: Torsten Date: Sat, 9 Apr 2022 11:49:54 +0300 Subject: [PATCH] fix io-wait --- Gemfile | 2 +- config/deploy.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index da5ea0b..69d4f13 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "haml-rails" gem 'high_voltage', '~> 3.1' gem "passenger", "6.0.13" , require: "phusion_passenger/rack_handler" - +gem "io-wait" , "0.2.0" gem "dnsimple" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] diff --git a/config/deploy.rb b/config/deploy.rb index c7fb40d..bd80985 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -9,7 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org) # branch - Branch name to deploy. (needed by mina/git) set :application_name, 'gateway' -set :domain, '192.168.128.3' +set :domain, '192.168.128.100' set :deploy_to, '/home/feenix/gateway' set :repository, "https://github.com/rubydesign/gateway.git" set :branch, 'passenger'