-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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.
Use Case :
- Automate Creation of an AKS Cluster and ACR using Github Actions
- Automate Creation of a Cloudnative Application on AKS(using helm), this includes the build and push of the image using Dockerfile.
- 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.