cd moderation-service && cp sample.env .envdocker compose up -dThis project is deployed on the Digital Ocean App Platform as a Job on a schedule. The image is built using GitHub Actions, pushed to the Digital Ocean Container Registry, then the App Platform auto-deploys the new image.
To deploy:
- manually run the
version-bump.yamlGitHub Action workflow - a pull request will be created
- approve the pull request
- the
auto-release.yamlworkflow will causedeploy.yamlto build and push to DOCR
docker compose up -d moderationSeed database with exam and attempt
cd freeCodeCamp/freeCodeCampm
pnpm run seed:exam-env --attemptA specific version of rustc is used, because the test tooling requires nightly features.
cargo +nightly-2025-04-03 test