Skip to content
sudeepbatra edited this page Aug 6, 2021 · 3 revisions

Welcome to the Github-Actions-Use-Cases wiki! Automate Software Deployment using Github Actions Objective : This repository aims to provide steps, guidelines to use Github Actions to build and deploy resources on Azure Cloud.

Scenario Overview

Use Case :

  1. Automate Creation of an AKS Cluster and ACR using Github Actions
  2. Automate Creation of a Cloudnative Application on AKS(using helm), this includes the build and push of the image using Dockerfile.
  3. Any change on the code of the Application will trigger auto build and deploy

Note : The purpose of this repository is purely educational, hence any suggestions,contributions are welcome.

Clone this wiki locally