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

Continuous Delivery - On the real world

Continuous Delivery - On the real world

Carlos Eduardo Ribeiro

June 11, 2018
Tweet

More Decks by Carlos Eduardo Ribeiro

Other Decks in Programming

Transcript

  1. “Continuous Delivery is the ability to get changes of all

    types (new features, configurations, bug fixes and experiments) into production, or into the hands of users, safely and quickly in a sustainable way”
 
 Jezz Humble
  2. Summary - Code Repository - Code Review - Automated Tests

    - Infrastructure as Code - Automated deploy - Zero Downtime with BlueGreen 
 Deployment - Monitoring - Feature Flag Automate EVERYTHING!