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

Let's deploy on fridays

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Let's deploy on fridays

Avatar for Damien Mathieu

Damien Mathieu

November 08, 2016
Tweet

More Decks by Damien Mathieu

Other Decks in Programming

Transcript

  1. Build instance • Poll, waiting for a build • Process

    a build • Build a container • Release the container
  2. Build instance • Poll, waiting for a build • Process

    a build • Build a container • Release the container
  3. Build instance • Poll, waiting for a build • Build

    a container • Release the container • Process a build
  4. Build instance • Poll, waiting for a build • Process

    a build • Build a container • Release the container
  5. def partial_roll?(id) id % 100 < 1 end if partial_roll?(user_id)

    call_new_method else call_old_method end