intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

simple_deploy does not stop on a failed deployment to multiple stacks #176

Closed thbishop closed 11 years ago

thbishop commented 11 years ago

When deploying to two stacks, the first one failed but simple_deploy continued on to the second stack. If this scenario is encountered, simple_deploy should stop after the first one and exit with an error.

ccloes-intuit commented 11 years ago

Resolved with https://github.com/intuit/simple_deploy/pull/198