Computer Science, asked by pratheek7630, 10 months ago

____________ deploys a code to production.

Answers

Answered by SAIFSYED10
1

Answer:

continuous integation

continuous development

Answered by letmeanswer12
0

Continuous deployment deploys a code to production.

Explanation:

  • Continuous deployment is a software release technique in which any code update passing the automated testing process is immediately released into the production environment, making changes transparent to users of the application.
  • Each adjustment that is made is automatically deployed to production with Continuous Deployment. That approach works well in corporate environments where you intend to use the customer as the actual tester, and the release may be quicker.

Similar questions