From 231051d8ea00263ba364a4c8d9ee7775e60b050f Mon Sep 17 00:00:00 2001 From: angusmcleod Date: Tue, 19 Oct 2021 16:08:03 +0800 Subject: [PATCH] Update status domains --- lib/custom_wizard/notice.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/custom_wizard/notice.rb b/lib/custom_wizard/notice.rb index fb10b724..3ba710c5 100644 --- a/lib/custom_wizard/notice.rb +++ b/lib/custom_wizard/notice.rb @@ -4,8 +4,8 @@ class CustomWizard::Notice include ActiveModel::Serialization PLUGIN_STATUS_DOMAINS = { - "tests-passed" => "plugins.thepavilion.io", - "stable" => "stable.plugins.thepavilion.io" + "tests-passed" => "plugins.discourse.pavilion.tech", + "stable" => "stable.plugins.discourse.pavilion.tech" } SUBSCRIPTION_MESSAGES_DOMAIN = "test.thepavilion.io" LOCALHOST_DOMAIN = "localhost:3000"