fix io-wait

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

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'