clearlydefined / clearlydefined/operations
revert config changes made for a deploy if the deploy fails
Open
bug
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
### Description
In the dev and prod deploy scripts, configs are set before running the deploy. This means that the config values in Azure are updated even if the deploy fails.
### Possible Fix
Exploration for fixing this...
* confirm whether configs are or aren't reverted if the deploy fails
* if not reverted, save configs in the action workflow before updating them
* if the deploy fails, revert the configs in the action workflow
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.