Is it possible to restrict access to the Deploy action within VBS?
Summary:
Is it possible to restrict access to the Deploy action within VBS?
Content (please ensure you mask any confidential information):
Within our VBS projects we are using branches for each environment with branch protection setup, so that approval is required to merge changes into each branch. We have had an incident were someone has used the Deploy action within their workspace, which has directly deployed changes to the main branch and bypassed the merge request and approval normally needed to deploy changes. This has subsequently overwritten some previously deployed changes.
We are wondering if there is anyway to restrict access to the Deploy action, or at least setup a protection, that requires approval if a developer tries to deploy?