Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 501 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 501 Bytes

CI-CD-Jenkins

This project is a Flask web application that is built and deployed using Jenkins CI/CD pipeline with Docker. The project is integrated with Github to enable automatic builds and deployments. The pipeline automatically builds the Docker image, tags it, and pushes it to Dockerhub registry. It also deploys the application to an AWS EC2 instance with Docker installed. The project is designed to demonstrate an efficient and automated software development process using DevOps practices.