From b8ab135e46410c5692562c478d295f2377ab90bb Mon Sep 17 00:00:00 2001 From: Bigint <69431456+bigint@users.noreply.github.com> Date: Mon, 3 Mar 2025 18:55:37 +0530 Subject: [PATCH] chore: Remove hardcoded region from Railway deployment configs --- apps/cron/railway.json | 1 - apps/og/railway.json | 1 - apps/web/railway.json | 1 - 3 files changed, 3 deletions(-) diff --git a/apps/cron/railway.json b/apps/cron/railway.json index 0c2d99da593..9cb5a11be7c 100644 --- a/apps/cron/railway.json +++ b/apps/cron/railway.json @@ -9,7 +9,6 @@ "startCommand": "pnpm --filter @hey/cron start", "healthcheckPath": "/", "healthcheckTimeout": 1000, - "region": "europe-west4-drams3a", "multiRegionConfig": { "europe-west4-drams3a": { "numReplicas": 1 diff --git a/apps/og/railway.json b/apps/og/railway.json index 246d66115d5..6b72c0daf7a 100644 --- a/apps/og/railway.json +++ b/apps/og/railway.json @@ -9,7 +9,6 @@ "startCommand": "pnpm --filter @hey/og start", "healthcheckPath": "/", "healthcheckTimeout": 1000, - "region": "europe-west4-drams3a", "multiRegionConfig": { "europe-west4-drams3a": { "numReplicas": 1 diff --git a/apps/web/railway.json b/apps/web/railway.json index f1fa176f44c..294fc297c13 100644 --- a/apps/web/railway.json +++ b/apps/web/railway.json @@ -9,7 +9,6 @@ "startCommand": "pnpm --filter @hey/web start", "healthcheckPath": "/", "healthcheckTimeout": 1000, - "region": "europe-west4-drams3a", "multiRegionConfig": { "us-west2": { "numReplicas": 1