/Dr Milan Milanović

What Are Deployment Patterns? tl;dr: The top three strategies for continuous deployment are: (1) Feature flags: toggle features on/off without deploying new code. (2) Blue / green deployments: run two environments simultaneously to test and switch traffic between them. (3) Use permission systems: grant access to a select group of users to test new features before releasing to all.

featured in #429