move to www

This commit is contained in:
Torsten 2023-02-09 22:38:23 +02:00
parent 278043b5cf
commit c3989412f4
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ module HubfeenixFi
config.load_defaults 7.0
config.hosts << "green-machine.local" #our "staging"
config.hosts << "staging.hubfeenix.fi" #production
config.hosts << "www.hubfeenix.fi" #production
config.hosts << "hubfeenix.fi" #production
# Configuration for the application, engines, and railties goes here.
#

View File

@ -11,7 +11,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
set :application_name, 'staging'
#set :domain, 'www.rubydesign.fi'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/staging'
set :deploy_to, '/home/feenix/hubfeenix'
set :repository, "https://github.com/HubFeenixMakers/hubfeenix.fi.git"
set :branch, 'main'