update mina and ruby

This commit is contained in:
2022-11-13 22:32:22 +02:00
parent bd88e1fe33
commit 00820ae234
5 changed files with 16 additions and 30 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, 'ruby-x'
set :domain, '192.168.128.100'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/ruby-x'
set :repository, "https://github.com/ruby-x/ruby-x.github.io.git"
set :branch, 'master'