bitops icon indicating copy to clipboard operation
bitops copied to clipboard

More complex lifecycle

Open ConnorGraham opened this issue 4 years ago • 1 comments

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

ConnorGraham avatar Feb 01 '21 16:02 ConnorGraham

From a discussion: it'd be nice to differentiate between "after" and "after failure"/"after success" as well.

josh-bitovi avatar Apr 26 '21 17:04 josh-bitovi