- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- Python程序設計教程(第2版)
- Mastering Ubuntu Server
- Learning ArcGIS Pro
- VMware虛擬化技術
- 深入理解Elasticsearch(原書第3版)
- Java系統化項目開發教程
- Odoo 10 Implementation Cookbook
- Java編程從入門到精通
- Oracle數據庫編程經典300例
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 從零學Java設計模式
- Software-Defined Networking with OpenFlow(Second Edition)
- Beginning C# 7 Hands-On:The Core Language
- JBoss AS 7 Development