mithril icon indicating copy to clipboard operation
mithril copied to clipboard

Add a rollback workflow in CI for `testing-preview`

Open jpraynaud opened this issue 1 year ago • 0 comments

Issue

Implement a rollback feature for deployment to testing-preview with a custom GitHub action workflow where we can define the version to be deployed.

To do

  • [ ] Create new workflow in GitHub actions that takes input of a Docker image tag and redeploys the terraform deployment of the existing CI
  • [ ] Can we share code between the workflows?
  • [ ] Can we avoid the cumbersome env variables that we define?

jpraynaud avatar Jul 26 '23 15:07 jpraynaud