bcgov / cas-template-app

Skeleton app using the Climate Action Secretariat tech stack
Other
0 stars 4 forks source link

As a developer, I want to roll back releases on a button click #18

Open matthieu-foucault opened 3 years ago

matthieu-foucault commented 3 years ago

We should be able to roll back releases from shipit in case something accidentally sneaked through - especially for -test and -prod We can add to shipit.yaml

rollback:
  override:
    ...

We can explore applying a sqitch revert to the previously deployed version before rolling back with helm, to make sure we don't have trailing data

pbastia commented 3 years ago

We probably should put this in the incident playbook as well