Note
Applications with CD environments can use Cloud Next. However, such environments are not yet powered by Cloud Next.
Developers thrive on a continuous delivery process in which their time is spent creating, and not waiting for tools, environments, or delays due to bottlenecks in processing pull requests from multiple developers. To assist with this need, Cloud Platform CD provides developer and tester teams a continuous delivery cloud service, allowing them to accelerate integration and delivery of production-ready features.
Cloud Platform CD is developer-ready, automating the process of building and testing your application with Pipelines orchestration and production-like environments, all seamlessly integrated with the Cloud Platform platform.
Cloud Platform CD helps development teams increase their productivity, code quality, and the performance of the development-to-staging process by providing a consistent toolkit for continuous building, testing, and integration of code. Available features include the following:
Code that is built frequently needs consistency to achieve continuous integration. However, it can be challenging for individual developers on a team to achieve consistency.
In traditional deployment workflows, you must do the work of assembling a website’s deployment image in your code repository. For example, to update a module, you must copy the new version of the module into your repository. Also, for deployment workflows based on local builds, each developer must ensure they have all the correct version of all prerequisites (such as PHP, Git, or Cloud Platform repository access) available, and all developers must be able to consistently replicate this development environment locally.
Working together, Cloud Platform CD and Pipelines can contain only your website’s version-controlled build instructions and private resources. You can keep the canonical version of external resources outside of your repository, and pull in the latest or other required version as you build your website for deployment. Cloud Platform CD also provides a consistent build and testing environment to all developers in a cloud-based container, which has access to production-like environments you can create or remove as needed.
To get started with creating and using CD environments for your continuous development and delivery, see Managing Cloud Platform CD environments.