clearlydefined / operations

Operational documentation and tools
3 stars 10 forks source link

revert config changes made for a deploy if the deploy fails #69

Open elrayle opened 6 months ago

elrayle commented 6 months ago

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...