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

Learning Sessions: CI/CD

Learning Sessions: CI/CD

Dashboard Learning Sessions - CI/CD - May 6, 2021

Samantha Wong

May 06, 2021
Tweet

More Decks by Samantha Wong

Other Decks in Programming

Transcript

  1. Continuous Delivery vs Continuous Deployment - Being able to deploy

    master HEAD to production - Deploying master HEAD to production Samantha Wong - Dashboard Learning Sessions - 6 May 2021
  2. Be able to pull out any build Samantha Wong -

    Dashboard Learning Sessions - 6 May 2021
  3. Database Migration Scripts - Add column - Remove column -

    Renamed Column - Rename it back - For all the data in column a - Replace “name” with “id” - For all the data in column a - Replace “id” with “name” Samantha Wong - Dashboard Learning Sessions - 6 May 2021
  4. What to Test - Live services that we are dependent

    on for deployment -> health check - Having a (lower) environment that is exactly (or as much as possible) the same as production Samantha Wong - Dashboard Learning Sessions - 6 May 2021
  5. Toggling Samantha Wong - Dashboard Learning Sessions - 6 May

    2021 It’s product’s decision what features will go out at any time, but tech needs to support development at all times.
  6. End