Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snex committed Feb 23, 2023
1 parent 486c2bf commit af180d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.0.4'
ruby '3.2.1'

group :development, :test do
gem 'mina'
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit af180d7

Please sign in to comment.