Sid
Explore posts from serversWhat port does railway expose for node apps?
I have a very simple express app, I have it in a monorepo just to test some stuff, it builds fine, it starts fine, but I get the "application failed to respond" error when going to it on the provided domain
I'm logging all traffic, and I can see that I'm not getting any when navigating to the domain
I've tested the build locally, and it builds and starts just fine
Any ideas?
12 replies
How to set up a staging -> production workflow?
I'm trying to set up a workflow whereby a push to master will build and auto deploy to our staging environment on railway but not autodeploy on our production environment until we approve the staging environment works correctly.
How can I go about doing this in railway? The docs show a "disable trigger" button but the UI has changed, and I can't find a "deploy" button anywhere
15 replies