Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Death to the Staging Environment

Soulou
April 04, 2017

Death to the Staging Environment

Get rid of your staging environment by creating per-pull request environment copy

Soulou

April 04, 2017
Tweet

More Decks by Soulou

Other Decks in Programming

Transcript

  1. Git(Hub) Flow - Feature Branch - Pull/Merge request - Talks

    and Reviews - Merge in ‘develop’ - Deploy staging - Merge in ‘master’ - Deploy prod
  2. - Code of a Pull Request - Identical Database -

    Copy of Environment - Same Runtime Review Apps
  3. t Review Apps Flow - Feature Branch - Pull request

    - Review app - Talks, Tests and Reviews - Merge in ‘master’ - Deploy staging - Deploy prod