if i want every deployment on production must approve how can i do
xxkhanxx77
FREEOP

2 months ago

because now is automation deployment but sometime i want to approve to deployment to production branch (main) how can set to wait to approve to deploy

1 Replies

IIRC you can't do "manual approval" pre-deployment.

What I would suggest is to create branch protections in your Github repository such that pushes to the master branch must require approvals/checks to pass, and that most if not all development work is being done on a separate branch.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...