git-deploy / git-deploy

Tool to manage using git as a deployment management tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The post-sync hooks run even when the sync fails

avar opened this issue · comments

See issue #15 for the larger problem here. Arguably we should have hooks that run pre/post phase no matter what, but once we have the sequencer discussed in issue #15 this should become a non-issue mostly.

We could give the hooks a way of telling the outcome/success of each (already-run) step, and then each hook would have the information needed to decide on how to act appropriately.