fix io-wait
This commit is contained in:
parent
157cd60b04
commit
61deb08b54
2
Gemfile
2
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]
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user