Designed and implemented a complete CI/CD pipeline for a Python Flask API using GitHub Actions and Google Cloud Run. This pipeline automates the build, test, and deployment process whenever code is pushed to the main branch. It includes: > Dockerized the Flask application and stored images in Artifact Registry > Secured cloud credentials using GitHub Secrets > Integrated unit testing and live route testing before deployment > Used GitHub Actions to automate build → test → deploy lifecycle > Deployed fully containerized apps to Cloud Run for serverless scalability link - https://github.com/nXtCyberNet/ci-cd