4 hours ago
We have a reasonably complex CI system and the managed railway deployments isn't cutting it for us anymore, mostly due to race conditions. I have built a solid workflow that creates new environments that we can use for deployments, but the problem is that these automatically spin up every service in our railway stack which we don't want. Also, they're made in the same section as our main production and development environments which is pretty bad for organization.
The ideal workflow would be:
- Create a PR environment using the CLI.
- Deploy services manually using CLI as needed.
This guide: https://docs.railway.com/guides/github-actions-pr-environment does not help here because the new environments automatically launch all the services in our stack which we explicitly do not want nor need.
0 Threads mention this feature
0 Replies
4 hours ago
This thread is a duplicate of Is there a way to create PR environments via the CLI?. Closing this one.
Status changed to Duplicate Railway • about 4 hours ago
4 hours ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • about 4 hours ago