Migrate to box-car.com
This commit is contained in:
@@ -108,8 +108,8 @@ This environment uses a FlashBlade bucket for blob storage, and shares nothing w
|
||||
|
||||
Production tenants are:
|
||||
|
||||
- https://37s.fizzy.37signals.com/
|
||||
- https://dev.fizzy.37signals.com/
|
||||
- https://qa.fizzy.37signals.com/
|
||||
- https://37s.box-car.com/
|
||||
- https://dev.box-car.com/
|
||||
- https://qa.box-car.com/
|
||||
|
||||
This environment uses a FlashBlade bucket for blob storage.
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
.bubble__number {
|
||||
display: grid;
|
||||
font-size: clamp(10px, 50cqi, var(--bubble-number-max)); /* FF bug: https://fizzy.37signals.com/5986089/collections/2/cards/1373 */
|
||||
font-size: clamp(10px, 50cqi, var(--bubble-number-max)); /* FF bug: https://box-car.com/5986089/collections/2/cards/1373 */
|
||||
font-weight: 900;
|
||||
inset: 0;
|
||||
place-content: center;
|
||||
|
||||
@@ -74,10 +74,10 @@ Rails.application.configure do
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
# Set host to be used by links generated in mailer and notification view templates.
|
||||
config.action_controller.default_url_options = { host: "fizzy.37signals.com", protocol: "https" }
|
||||
config.action_mailer.default_url_options = { host: "fizzy.37signals.com", protocol: "https" }
|
||||
config.action_controller.default_url_options = { host: "box-car.com", protocol: "https" }
|
||||
config.action_mailer.default_url_options = { host: "box-car.com", protocol: "https" }
|
||||
|
||||
config.action_mailer.smtp_settings = { domain: "fizzy.37signals.com", address: "smtp-outbound", port: 25, enable_starttls_auto: false }
|
||||
config.action_mailer.smtp_settings = { domain: "box-car.com", address: "smtp-outbound", port: 25, enable_starttls_auto: false }
|
||||
|
||||
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
||||
# the I18n.default_locale when a translation cannot be found).
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
class EnsureConsistentSchema < ActiveRecord::Migration[8.1]
|
||||
# ref: https://fizzy.37signals.com/5986089/cards/2322
|
||||
# ref: https://box-car.com/5986089/cards/2322
|
||||
def change
|
||||
change_column_default :accesses, :involvement, "access_only"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# see https://fizzy.37signals.com/5986089/collections/7/cards/1302
|
||||
# see https://box-car.com/5986089/collections/7/cards/1302
|
||||
#
|
||||
# Large previewable uploads may take longer than the "pin reads" interval. So we pick a small-ish
|
||||
# number and turn off previews for anything larger, at least until we can come up with a permanent
|
||||
|
||||
@@ -5,7 +5,7 @@ set -e
|
||||
# fizzy-lb-101.df-iad-int.37signals.com
|
||||
#
|
||||
# Service Host Path Target State TLS
|
||||
# fizzy fizzy.37signals.com / fizzy-app-101.df-iad-int.37signals.com,fizzy-app-02.sc-chi-int.37signals.com running yes
|
||||
# fizzy fizzy.37signals.com / fizzy-app-101.df-iad-int.37signals.com,fizzy-app-102.df-iad-int.37signals.com running yes
|
||||
# fizzy-admin fizzy.37signals.com /admin fizzy-app-101.df-iad-int.37signals.com running yes
|
||||
ssh app@fizzy-lb-101.df-iad-int.37signals.com \
|
||||
docker exec fizzy-load-balancer \
|
||||
@@ -27,14 +27,14 @@ ssh app@fizzy-lb-101.df-iad-int.37signals.com \
|
||||
|
||||
# fizzy-lb-01.sc-chi-int.37signals.com
|
||||
#
|
||||
# Service Host Path Target State TLS
|
||||
# fizzy fizzy.37signals.com / fizzy-app-101.df-iad-int.37signals.com,fizzy-app-102.df-iad-int.37signals.com running yes
|
||||
# fizzy-admin fizzy.37signals.com /admin fizzy-app-101.df-iad-int.37signals.com running yes
|
||||
# Service Host Path Target State TLS
|
||||
# fizzy 37s.fizzy.37signals.com,fizzy.37signals.com,dev.fizzy.37signals.com,fizzy.37signals.com,qa.fizzy.37signals.com,fizzy.37signals.com,37s.box-car.com,box-car.com,dev.box-car.com,box-car.com,qa.box-car.com,box-car.com / fizzy-app-101.df-iad-int.37signals.com,fizzy-app-02.sc-chi-int.37signals.com running yes
|
||||
# fizzy-admin fizzy.37signals.com,box-car.com /admin fizzy-app-101.df-iad-int.37signals.com running yes /admin fizzy-app-101.df-iad-int.37signals.com running yes
|
||||
ssh app@fizzy-lb-01.sc-chi-int.37signals.com \
|
||||
docker exec fizzy-load-balancer \
|
||||
kamal-proxy deploy fizzy \
|
||||
--tls \
|
||||
--host=fizzy.37signals.com \
|
||||
--host={37s,dev,qa}.fizzy.37signals.com,fizzy.37signals.com,{37s,dev,qa}.box-car.com,box-car.com \
|
||||
--target=fizzy-app-101.df-iad-int.37signals.com \
|
||||
--read-target=fizzy-app-02.sc-chi-int.37signals.com \
|
||||
--tls-acme-cache-path=/certificates
|
||||
@@ -42,7 +42,7 @@ ssh app@fizzy-lb-01.sc-chi-int.37signals.com \
|
||||
ssh app@fizzy-lb-01.sc-chi-int.37signals.com \
|
||||
docker exec fizzy-load-balancer \
|
||||
kamal-proxy deploy fizzy-admin \
|
||||
--host=fizzy.37signals.com \
|
||||
--host=fizzy.37signals.com,box-car.com \
|
||||
--path-prefix /admin \
|
||||
--strip-path-prefix=false \
|
||||
--target=fizzy-app-101.df-iad-int.37signals.com
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
require_relative "../config/environment"
|
||||
|
||||
domains = {
|
||||
"production" => "fizzy.37signals.com",
|
||||
"production" => "box-car.com",
|
||||
"beta" => "fizzy-beta.37signals.com",
|
||||
"staging" => "fizzy.37signals-staging.com"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user