Extend the number of Beta environments

This commit is contained in:
Fernando Álvarez
2025-12-17 18:25:07 +01:00
parent 43dd149ff2
commit dbb8113080
11 changed files with 84 additions and 12 deletions
@@ -3,9 +3,9 @@
require_relative "../config/environment"
domains = {
"production" => "box-car.com",
"beta" => "fizzy-beta.37signals.com",
"staging" => "fizzy.37signals-staging.com"
"production" => "app.fizzy.do",
"beta" => ENV.fetch("APP_FQDN", "beta1.fizzy-beta.com"),
"staging" => "app.fizzy-staging.com"
}
def fix_attachments(rich_text)