From 6b9c6507cad399692f24207cd4607f0978e9fd71 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Mon, 16 Dec 2024 12:10:55 +0400 Subject: [PATCH] add RAILWAY_REPLICA_REGION to Railway provided variables table --- src/docs/reference/variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/reference/variables.md b/src/docs/reference/variables.md index c6cbfdaf4..fd5ab73ee 100644 --- a/src/docs/reference/variables.md +++ b/src/docs/reference/variables.md @@ -79,6 +79,7 @@ builds and deployments. | `RAILWAY_SERVICE_NAME` | The service name. | | `RAILWAY_SERVICE_ID` | The service id. | | `RAILWAY_REPLICA_ID` | The replica ID for the deployment. | +| `RAILWAY_REPLICA_REGION` | The region where the replica is deployed. Example: `us-west1` | | `RAILWAY_DEPLOYMENT_ID` | The ID for the deployment. | | `RAILWAY_SNAPSHOT_ID` | The snapshot ID for the deployment. | | `RAILWAY_VOLUME_NAME` | The name of the attached volume, if any. Example: `foobar` |