Skip to main content

v9.7: CI/CD Infrastructure

· One min read
abhiyerra

opsZero now has a full CI/CD setup for all our products and services. These are setup on Django for the API and Docusaurus for the frontend with Cloudflare Pages for hosting. Previously we only had CI/CD setup for some of our applications which made consistency of releases a bit problematic.

It is ironic we know that a DevOps company didn't have a full CI/CD setup for our apps. However, I don't think CI/CD is necessary to get things going and we can make a lot of progress without it. We needed to prove our products had value first before we invested time into setting up the CI/CD pipelines and other tooling.

Now that we have a standardized process in place we can focus on releasing our products more frequently and with more confidence.