fix io-wait

This commit is contained in:
Torsten 2022-04-09 11:49:54 +03:00
parent 157cd60b04
commit 61deb08b54
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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'