@joeblubaugh what does that mean?
@marshian it means if I go on vacation I get to pull 10,000 commits
@marshian but basically, someone is making a change to a production environment, or to our monitoring configuration 24/5
@joeblubaugh Oh, I see, like you store all the configuration in git, so anytime someone tweaks a setting that ends up as a git commit. We've been looking into moving some stuff to work that way too, but in a separate repo from the code.
@marshian yep! We keep all our operations stuff, for all our applications, in a single "operations" repository.
Application code lives in many repositories.
CI in the operations repository looks at changes and applies them via various tools like terraform and helm to our systems.