Slide 38
Slide 38 text
Summary
• GitHub manages branches for in-work features
• Travis CI reports build status to GitHub and Heroku
• Heroku continuously deploys new features to dev
• Groups of working features are promoted to staging
• Bugs discovered in these features are fixed in staging
• Product is be promoted to production on demand