https://github.com/thammami01/gh-actions-ci-cd-pipeline
CI/CD pipeline for a Flask app implemented with GitHub Actions that runs tests, builds and pushes Docker image to DockerHub, as well as deploy it to Azure Web App.
https://github.com/thammami01/gh-actions-ci-cd-pipeline
azure azure-web-app ci-cd docker docker-hub flask github-actions python
Last synced: 2 months ago
JSON representation
CI/CD pipeline for a Flask app implemented with GitHub Actions that runs tests, builds and pushes Docker image to DockerHub, as well as deploy it to Azure Web App.
- Host: GitHub
- URL: https://github.com/thammami01/gh-actions-ci-cd-pipeline
- Owner: THammami01
- Created: 2022-07-20T21:54:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T23:25:42.000Z (over 1 year ago)
- Last Synced: 2025-01-14T05:33:46.238Z (4 months ago)
- Topics: azure, azure-web-app, ci-cd, docker, docker-hub, flask, github-actions, python
- Language: Python
- Homepage: https://gh-actions-ci-cd-pipeline.azurewebsites.net/sum?n1=1&n2=2
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions CI/CD Pipeline
 
This repository contains the source code for a simple Flask (Python) app, including a CI/CD pipeline implemented through GitHub Actions that will run tests, build Docker image and push it to DockerHub, as well as deploy the app to Azure Web App service.






