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'