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: about 2 months ago
JSON representation
Example Continuous Deployment (CD) pipeline with GitHub Actions to deploy applications to Azure Web app.
- Host: GitHub
- URL: https://github.com/tarathep/tarathec-pipeline
- Owner: tarathep
- License: mit
- Created: 2022-12-01T06:56:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T04:18:32.000Z (over 2 years ago)
- Last Synced: 2025-01-17T11:33:37.702Z (4 months ago)
- Topics: azure-webapp, continuous-delivery, continuous-deployment, example, github-actions
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CD Pipeline

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.

## 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