bitops
bitops copied to clipboard
More complex lifecycle
BitOps' current lifecycle on each tool is
- before deploy
- deploy
- after deploy
Propose and implement a more thorough lifecycle that has custom before and after hooks for each. For example:
- before install
- install
- after install
- before config
- config
- after config
- before deploy
- deploy
- after deploy
From a discussion: it'd be nice to differentiate between "after" and "after failure"/"after success" as well.