From afd2fdc5466fca09e97e64bfb00f84ec36b4d77b Mon Sep 17 00:00:00 2001 From: Torsten Date: Wed, 19 Jul 2023 19:07:17 +0300 Subject: [PATCH] staging host --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index a46ccab..de123fc 100644 --- a/config/application.rb +++ b/config/application.rb @@ -25,6 +25,7 @@ module Volunteers config.hosts << "green-machine.local" #our "staging" config.hosts << "volunteers.hubfeenix.fi" #production + config.hosts << "volunteers.staging.hubfeenix.fi" config.active_job.queue_adapter = :sucker_punch