____________ deploys a code to production.
Answers
Answered by
1
Answer:
continuous integation
continuous development
Answered by
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