- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 193字
- 2021-07-02 20:12:58
Deployment
In our application, deployment is a huge challenge. To resolve this, we introduce Continuous Integration (CI). In this process, we need to set up a CI server. With the introduction of CI, the entire process is automated. As soon as the code is checked in by any team member, using version control TFS or Git, in our case, the CI process kicks into action. It ensures that the new code is built and unit tests are run along with the integration test. In either scenarios of a successful build or otherwise, the team is alerted to the outcome. This enables the team to quickly respond to the issue.
Next we move to continuous deployment. Here we introduce various environments, namely a development environment, staging environment, QA environment, and so on. Now, as soon as the code is checked in by any team member, CI kicks into action. It invokes the unit/integration test suits, builds the system, and pushes it out to the various environments we have set up. This way, the turnaround time of the development team to provide a suitable build for QA is reduced to minimal.
- 跟“龍哥”學C語言編程
- Apache Hive Essentials
- Learning Informatica PowerCenter 10.x(Second Edition)
- Mastering Google App Engine
- Mastering Ext JS
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Oracle從入門到精通(第5版)
- Hands-On Natural Language Processing with Python
- .NET 3.5編程
- 零基礎Java學習筆記
- Mastering Linux Security and Hardening
- Unity 3D/2D移動開發實戰教程
- Mastering AWS Security
- OpenCV 3計算機視覺:Python語言實現(原書第2版)
- Arduino Electronics Blueprints