- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 81字
- 2021-07-02 15:42:11
Summary
Continuous Deployment helps in getting software out to your customer as soon as it is written. Continuous Delivery is a good alternative if you need more control over your deployments. To minimize the risk of deploying bugs, your software should be thoroughly tested using Continuous Integration. Continuous Integration is all about making sure your software is tested and deployable. In the next chapter, we are going to set up an environment with some tools that are necessary for Continuous Integration.
推薦閱讀
- Deploying Node.js
- C++ Builder 6.0下OpenGL編程技術(shù)
- Python自然語言處理(微課版)
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項(xiàng)目教程
- PLC編程與調(diào)試技術(shù)(松下系列)
- Linux Device Drivers Development
- Scala Data Analysis Cookbook
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學(xué)版)
- Game Development Patterns and Best Practices
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- Python量子計(jì)算實(shí)踐:基于Qiskit和IBM Quantum Experience平臺
- Python 3.8編程快速入門
- Mastering Chef Provisioning
- C語言開發(fā)入門教程