This project sets up an end-to-end CI/CD pipeline using GitHub Actions and Docker. It automates building, testing, and deploying a simple Python Flask application to DockerHub whenever code is pushed to the main branch.
Continuous Integration and Continuous Deployment (CI/CD) are essential for efficient software delivery. This project demonstrates how to automate container builds and deployments using GitHub Actions.
- GitHub Actions – For automating the CI/CD pipeline
- Docker & DockerHub – For containerization and image hosting
- Local system with Docker – For running the app

