
BitOps is a way to describe the infrastructure and things deployed onto that infrastructure for multiple environments in a single place called an Operations Repo.
Features
Configurable
Tell BitOps what deployment tools and parameters it needs to deploy your application through environment variables or yaml based configuration.
Event Hooks
If BitOps doesn't have built-in support for your usecase, BitOps can execute arbitrary bash scripts at different points in its lifecycle.
Runs Anywhere
By bundling all logic in BitOps, you can have the same experience regardless of which pipeline service runs your CI. You can even run BitOps locally!