renaming is rebranding
This commit is contained in:
@ -18,13 +18,13 @@ require "rails/test_unit/railtie"
|
||||
# you've limited to :test, :development, or :production.
|
||||
Bundler.require(*Rails.groups)
|
||||
|
||||
module Volunteers
|
||||
module Resisent Artists
|
||||
class Application < Rails::Application
|
||||
# Initialize configuration defaults for originally generated Rails version.
|
||||
config.load_defaults 7.0
|
||||
|
||||
config.hosts << "green-machine.local" #our "staging"
|
||||
config.hosts << "volunteers.hubfeenix.fi" #production
|
||||
config.hosts << "residency.hubfeenix.fi" #production
|
||||
|
||||
config.active_job.queue_adapter = :sucker_punch
|
||||
|
||||
|
@ -5,16 +5,16 @@ default: &default
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: volunteers_development
|
||||
database: residency_development
|
||||
|
||||
# Warning: The database defined as "test" will be erased and
|
||||
# re-generated from your development database when you run "rake".
|
||||
# Do not set this db to the same as development or production.
|
||||
test:
|
||||
<<: *default
|
||||
database: volunteers_test
|
||||
database: residency_test
|
||||
|
||||
#
|
||||
production:
|
||||
<<: *default
|
||||
database: volunteers_production
|
||||
database: residency_production
|
||||
|
@ -8,11 +8,11 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
|
||||
# repository - Git repo to clone from. (needed by mina/git)
|
||||
# branch - Branch name to deploy. (needed by mina/git)
|
||||
|
||||
set :application_name, 'volunteers'
|
||||
set :application_name, 'residency'
|
||||
#set :domain, 'www.rubydesign.fi'
|
||||
set :domain, '192.168.129.10'
|
||||
set :deploy_to, '/home/feenix/volunteers'
|
||||
set :repository, "https://github.com/HubFeenixMakers/volunteers.git"
|
||||
set :deploy_to, '/home/feenix/residency'
|
||||
set :repository, "https://github.com/HubFeenixMakers/residency.git"
|
||||
set :branch, 'main'
|
||||
|
||||
# Optional settings:
|
||||
|
Reference in New Issue
Block a user