Details
Hello,
Is it possible to apply "Approval Gate" when deploying to PRODUCTION environment ?
Here is an example of existing 'production' which require reviewers on Github Level :

But if its enable branch-deploy fails with :
.deploy production

How can I ensure that deployment to 'production' is managed ONLY by dedicated user(s), and deployment to 'stage' is managed by other repo 'write' users?
Details
Hello,
Is it possible to apply "Approval Gate" when deploying to PRODUCTION environment ?
Here is an example of existing 'production' which require reviewers on Github Level :
But if its enable branch-deploy fails with :
.deploy production
How can I ensure that deployment to 'production' is managed ONLY by dedicated user(s), and deployment to 'stage' is managed by other repo 'write' users?