627 shaares
3 tips for DevOps teams:
- Try to go from commit to live in production automatically.
- Use feature flags or flippers instead of branching
- Run a bunch of really small production tests, performing real interactions with your live site, such as creating new user accounts, using Selenium, or just curling some URLs. Then add them to your deployment pipeline. If any of the tests fail, just deploy the old version.