This project automates a CI/CD pipeline for a simple Python Flask application using GitHub Actions and Docker, with deployment to AWS Elastic Beanstalk. The pipeline builds a Docker image, runs unit tests with pytest, and deploys the app to AWS, showcasing DevOps practices like automation, containerization, and cloud infrastructure management.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
fix: set PYTHONPATH in Dockerfile to fix pytest import error
7eb99ffView on GitHubSetup complete: Flask app, Docker, GitHub Actions CI, tests, and Elastic Beanstalk config
6af177dView on GitHubAdd README and .gitignore for project documentation and cleanup
3af5812View on GitHubAdd GitHub Actions CI workflow to automate build and test
82c07e8View on GitHub11
commits