You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/railway.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Add the following repository secrets in GitHub:
47
47
-`RAILWAY_ENVIRONMENT`: target Railway environment name or identifier, usually `production`
48
48
-`RAILWAY_PUBLIC_URL`: public HTTPS base URL used by the smoke checks, for example `https://auth-api-production.up.railway.app`
49
49
50
+
`RAILWAY_PUBLIC_URL` must belong to the same Railway service targeted by `RAILWAY_SERVICE`. If the public URL points to a different service or stale domain, the smoke check will typically return `404` for `/health`.
51
+
50
52
## Deployment workflow
51
53
52
54
The deployment workflow lives in `.github/workflows/deploy.yml`.
0 commit comments