R
Railwayβ€’9mo ago
Nacho

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
Percy
Percyβ€’9mo ago
Project ID: N/A
Floris
Florisβ€’9mo ago
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
Nacho
Nachoβ€’9mo ago
Sounds good, I think I'll rely on Github for this by creating a secured branch to deploy to prod, though.