Does railway have any env for the currently deployed URL?
At the moment I use railway for deployments and also PR builds. I want to be able to get dynamic URLs of the deployed service. Is there any ENV that enables us get the current URL?
6 Replies
Project ID:
N/A
You might find these helpful:
- How do I retrieve my railway deployment url when using github actions?
- Can't reach my app through the url
- PR Environment Variables
⚠️ experimental feature
N/A
yep
RAILWAY_STATIC_URL
https://docs.railway.app/develop/variables#railway-provided-variables
Thank you!
youre welcome