Continuous Delivery
Chapter 1 - The Problem of Delivering Software
Antipatterns:
- Manual deployment
- Deploy to prod-like environment only after development is "complete"
- Manual config management
Four components of a software application:
- code
- configuration
- host environment
- data