renaming is rebranding

This commit is contained in:
2023-01-28 22:53:17 +02:00
parent 4278b55e22
commit 6a94acd01e
10 changed files with 22 additions and 22 deletions

View File

@ -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

View File

@ -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

View File

@ -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: