Note
Our staging to production migration script is located here.
clean-stg-db.SQL is a SQL script used to clean and scramble staging data after copying the production database.
This directory contains the Dockerfile used to build the main Codebloom image, which is then uploaded to hub.docker.com/r/tahminator/codebloom.
The image is then deployed to our Kubernetes cluster (docs WIP).
There is a Bun Shell script which helps us manage the workflow for deployments across production and staging, which can be found at .github/scripts/redeploy/index.ts.