Register monica_site for django deploy (closes #14).
Sync runner checkout / sync (pull_request) Successful in 6s
Sync runner checkout / sync (pull_request) Successful in 6s
Add app_catalog + host_apps (prod 8004 / beta 8014) on all webservers, document NPM/Postgres/worker singleton on adama, and list app in deploy.sh.
This commit is contained in:
@@ -103,6 +103,16 @@ app_catalog:
|
||||
compose_file: docker-compose.prod.yml
|
||||
web_service: web
|
||||
migrate_cmd: "uv run python manage.py migrate --noinput"
|
||||
monica_site:
|
||||
type: django
|
||||
repo: "{{ git_base_url }}/ai_ml_operations/monica_site.git"
|
||||
default_branch: main
|
||||
compose_file: docker-compose.prod.yml
|
||||
web_service: web
|
||||
migrate_cmd: "uv run python manage.py migrate --noinput"
|
||||
# dj-queue worker (compose profile `worker`) is a singleton — start only on
|
||||
# adama after deploy: docker compose -f docker-compose.prod.yml --profile worker up -d
|
||||
# Catalog deploys web + migrate only; worker is manual / ops step.
|
||||
|
||||
# Deploy filter vars. CI passes these; manual runs may leave them undefined
|
||||
# to (re)deploy every app listed in the host's host_apps.
|
||||
|
||||
Reference in New Issue
Block a user