Further reading
- Use continuous integration: https://docs.microsoft.com/en-us/devops/develop/what-is-continuous-integration
- What is continuous delivery?: https://docs.microsoft.com/en-us/devops/deliver/what-is-continuous-delivery
- What Are Feature Flags? https://azure.microsoft.com/en-us/overview/continuous-delivery-vs-continuous-deployment/
- Using environments for deployment: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
- Reusing workflows: https://docs.github.com/en/actions/using-workflows/reusing-workflows
- Reviewing deployments: https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments
- Adding approval workflow to your GitHub Action: https://timheuer.com/blog/add-approval-workflow-to-github-actions/
- Approval Workflows With Github Actions: https://www.aaron-powell.com/posts/2020-03-23-approval-workflows-with-github-actions/
- Feature Toggles (aka Feature Flags):...