From af180d788d4ca89afe1a4060d2f3e3b8079695fa Mon Sep 17 00:00:00 2001 From: David Havlicek Date: Thu, 23 Feb 2023 11:34:37 -0800 Subject: [PATCH] minor changes --- Gemfile | 2 +- config/deploy.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 84227e5..f9bb13d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '3.0.4' +ruby '3.2.1' group :development, :test do gem 'mina' diff --git a/config/deploy.rb b/config/deploy.rb index 6a871f3..e5bc761 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -13,7 +13,7 @@ # branch - Branch name to deploy. (needed by mina/git) set :application_name, 'xens' -set :domain, '127.0.0.1' +set :domain, 'httpd.local' set :deploy_to, '/var/www/xens' set :repository, 'https://github.com/snex/xens.git' set :branch, 'master'