Links

Introduction to CI/CD

Ensuring continuous integration, delivery, and deployment of your Cloud applications
DuploCloud supports nearly all available CI/CD platforms, including some of the most popular such as GitHub Actions, CircleCI, and GitLab. This ease of supportability is due to the fact that DuploCloud views CI/CD platforms agnostically, using cURL commands to communicate requests.
In addition to third-party CI/CD products, DuploCloud provides Katkit, a built-in CI/CD platform that allows you to build, test, and deploy your application from GitHub commits and pull requests. Katkit is an arbitrary code execution engine that allows you to run any code before and after deployment. Conforming to DuploCloud's architecture, Katkit uses Tenants, tying together CI and CD.
Some of the CI/CD toolchains that are directly supported by DuploCloud include, but are not limited, to the following:
Documentation guides for getting started using CI/CD with GitHub Actions
Documentation guides for getting started using CI/CD with CircleCI
Documentation guides for getting started using CI/CD with GitLab CI/CD
Documentation guides for getting started with BitBucket Pipelines
Documentation guides for getting started using CI/CD with Katkit