mithril
mithril copied to clipboard
Add a rollback workflow in CI for `testing-preview`
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?