Register college_craft for django deploy (closes #24)
Sync runner checkout / sync (pull_request) Successful in 6s

This commit is contained in:
2026-09-02 07:01:34 -05:00
parent 9208e63491
commit 2c78c201be
9 changed files with 55 additions and 13 deletions
+9
View File
@@ -120,6 +120,15 @@ app_catalog:
web_service: web
migrate_cmd: "uv run python manage.py migrate --noinput"
# No compose worker profile. Two public NPM hosts share one container/port.
college_craft:
type: django
repo: "{{ git_base_url }}/ai_ml_operations/college_craft.git"
default_branch: master
compose_file: docker-compose.prod.yml
web_service: web
migrate_cmd: "uv run python manage.py migrate --noinput"
# dj-queue worker = compose profile `worker` (singleton). Deploy starts it
# via host_apps.compose_profiles on adama only (see host_vars/adama.yml).
# Deploy filter vars. CI passes these; manual runs may leave them undefined
# to (re)deploy every app listed in the host's host_apps.