Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tarathep/tarathec-pipeline

Example Continuous Deployment (CD) pipeline with GitHub Actions to deploy applications to Azure Web app.
https://github.com/tarathep/tarathec-pipeline

azure-webapp continuous-delivery continuous-deployment example github-actions

Last synced: 7 days ago
JSON representation

Example Continuous Deployment (CD) pipeline with GitHub Actions to deploy applications to Azure Web app.

Awesome Lists containing this project

README

        

# CD Pipeline

![](https://github.com/tarathep/tarathec-pipeline/actions/workflows/dev-tutorial-be-deploy.yml/badge.svg)
![](https://github.com/tarathep/tarathec-pipeline/actions/workflows/sit-tutorial-be-deploy.yml/badge.svg)

Example repository continuous deployment (CD) pipeline for deployment applications to Azure Webapp

## Concept

CI/CD pipeline designed separate between CI repositories for build artifact and CD single repository for deploy Application to Cloud Azure resources such as azure app service (Web app, Static app, Function, … ), Azure Kubernetes service or configurations by communicate with Azure Spoke through self-host and compute on GitHub workflows.

![](./docs/lab101-diagram.svg)

## CI Dependencies

On this repository have dependencies with CI applications repositories for get artifact to deploy.

CI - Pipeline and Source Code
- https://github.com/tarathep/tarathec-tutorial-backend

## Resources on Azure Spoke

- rg-\-az-usw3-sbx-001
- plan-\-az-usw3-sbx-001
- app-\-\-az-usw3-dev-001
- app-\-\-az-usw3-sit-001
- vm-\SelfHost-az-usw3-sbx-001
- mongo-\-az-usw3-sbx-001
- kv\01azusw3-sbx-001