teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

Deploy hooks don't inform of failed deploys #44

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @mhulscher on January 19, 2017 15:1

The controller posts a callback as soon as a request comes in. However, a failed deploy, which does a rollback to the previous release, is not posted. This can cause confusion. Is this something that would be within the scope of the deployment hooks?

Copied from original issue: deis/controller#1209

Cryptophobia commented 6 years ago

From @bacongobbler on January 19, 2017 15:10

Sure! If you feel like taking a crack at this, the code lives here.