Skip to content

Commit

Permalink
chore: Remove hardcoded region from Railway deployment configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 3, 2025
1 parent 2ca8a60 commit b8ab135
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion apps/cron/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"startCommand": "pnpm --filter @hey/cron start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"region": "europe-west4-drams3a",
"multiRegionConfig": {
"europe-west4-drams3a": {
"numReplicas": 1
Expand Down
1 change: 0 additions & 1 deletion apps/og/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"startCommand": "pnpm --filter @hey/og start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"region": "europe-west4-drams3a",
"multiRegionConfig": {
"europe-west4-drams3a": {
"numReplicas": 1
Expand Down
1 change: 0 additions & 1 deletion apps/web/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"startCommand": "pnpm --filter @hey/web start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"region": "europe-west4-drams3a",
"multiRegionConfig": {
"us-west2": {
"numReplicas": 1
Expand Down

0 comments on commit b8ab135

Please sign in to comment.