- Keeps the working environment clean
- Organizes your deployment configuration
- Faster developer onboarding
- Integrates with your favorite tools
- Saves weeks of engineering efforts
- Encourages GitOps best practices
- Open source and free
BitOps is an automated orchestrator for deployment tools using GitOps.
It leverages a way to describe the infrastructure for many environments and IaC tools called an Operations Repository.
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 use case, BitOps can execute arbitrary bash scripts at different points in its lifecycle.
Customizable
Our newest feature Plugins offer a layer of plug-and-play specialization with the BitOps core. Use one of our officially supported plugins or make your own!
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!