hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

refactor: stack delete handling #281

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

Stop start functions were not working and required rerunning the deployment after it threw an error on the delete. During stack development having to go into the console to clean up a failed create or run a stop before the next create was an annoying task Making scripts easier to follow and understand

How Has This Been Tested?

Tested with a delete and recreate along with a deliberate rollback trigger event

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: