Promote environment
Hey! π
What's the recommended approach to promote an environment to another one, let's say production?
I have the automatic deployments set up for staging but I want prod deployment to be manual or triggered by something else.
3 Replies
Project ID:
N/A
You could have a github suite / actions run your tests or checks and rely on that before deploying to production
Railway has an option for this in settings, Github suites
Sounds good, I think I'll rely on Github for this by creating a secured branch to deploy to prod, though.