QuestionQ34
Security OperationsWhat is the goal of continuous deployment within the CI/CD lifecycle?
- A Maintaining a state in which any version of the software can be deployed to a production environment.
- B Merging code changes into a central repository
- C Packaging code into a Docker container for deployment
- D Automatically deploying every change that passes the automated tests to production, minimizing lead time
Community Discussion