microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
130 stars 12 forks source link

Adding Github based pipeline #1457

Open eladiw opened 3 years ago

eladiw commented 3 years ago

Adding Github based pipeline. This PR builds on the prerequisites PR to Cobalt (to support Github): https://github.com/microsoft/cobalt/pull/414

This PR introduce the support for Github actions, so TF deployments can be done using Github

andrebriggs commented 3 years ago

Hi @eladiw, thanks for the PR. My feedback is could this fit the model of the GitLab, Azure DevOps, Jenkins, etc guides? Most of based of this guide. The reason for this is to show how each CI/CD orchestrator can implement the concepts of the HLD and Manifest repos.

I think even some references to the HLD and Manifest repos will allow others to see how it fits in with the other CI/CD orchestrator examples