Deployments using Github actions

kanna 106 Reputation points
2022-04-01T15:48:56.587+00:00

At the moment I have deployment done through Github actions , on changes to repo new deployment is made.
Is there a way to prevent automatic deployment and only to deploy on manual MFA verification or one or two people on portal?

Community Center Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-04-01T20:08:55.1+00:00

    Hi, @kanna

    Do you have a branching strategy such as Git Flow?
    In order to approve changes in complex environments and repositories, you can often achieve your goals by controlling GitHub Actions triggers, typically using branching strategies and pull requests. Please refer to the following.

    https://blog.eizinger.io/12274/using-github-actions-and-gitflow-to-automate-your-release-process

    If you can't meet this method, please tell us what you're missing.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.