move to www
This commit is contained in:
parent
278043b5cf
commit
c3989412f4
@ -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.
|
||||
#
|
||||
|
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user