What is an example of continuous delivery?
Answers
Answer:
Updating software automatically on a mobile phone.
Updating the software automatically on a mobile phone let the developers can tackle different situations before delivering anything to the customers.
Answer:
Updating software automatically is an example of continuous delivery
Explanation:
Continuous delivery is a software development approach that accelerates the deployment of new code through automation. It establishes an automated mechanism for pushing a developer's modifications to an application to a code repository or container registry.
The automation of methods to safely deliver changes into production is known as Continuous Delivery. Continuous Delivery focuses on the release and release strategy, whereas Continuous Deployment focuses on the actual deployment.