Register url_shortening_service for django deploy (closes #22).
Sync runner checkout / sync (pull_request) Successful in 6s

Wire prod/beta into the catalog and host ports so NPM can balance the short and API hosts on 8005/8015.
This commit is contained in:
2026-08-30 06:46:37 -05:00
parent ec294a1d45
commit d851469e2d
8 changed files with 35 additions and 3 deletions
+8
View File
@@ -112,6 +112,14 @@ app_catalog:
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).
url_shortening_service:
type: django
repo: "{{ git_base_url }}/ai_ml_operations/url_shortening_service.git"
default_branch: master
compose_file: docker-compose.prod.yml
web_service: web
migrate_cmd: "uv run python manage.py migrate --noinput"
# No compose worker profile. Two public NPM hosts share one container/port.
# Deploy filter vars. CI passes these; manual runs may leave them undefined
# to (re)deploy every app listed in the host's host_apps.