Abstract: This paper explores the design and implementation of a cloud-native Continuous Integration/Continuous Deployment (CI/CD) pipeline for automating the ...
This repository was created as part of IBM's "Continuous Integration and Delivery (CI/CD)" course. It's a project about building a CI/CD pipeline. Much of the code ...
. ├── .github/ │ └── workflows/ │ ├── ci.yml # Basic CI workflow │ ├── cd-staging.yml # Staging deployment │ ├── cd-production.yml # Production deployment │ ├── docker-build.yml # Docker image builds ...