diff --git a/config/application.rb b/config/application.rb index 5b4ed09..3251617 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,6 +26,8 @@ module HubfeenixFi config.hosts << "green-machine.local" #our "staging" config.hosts << "www.hubfeenix.fi" #production config.hosts << "hubfeenix.fi" #production + config.hosts << "www.staging.hubfeenix.fi" + config.hosts << "staging.hubfeenix.fi" config.active_job.queue_adapter = :sucker_punch