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
+2 -2
View File
@@ -104,8 +104,8 @@
- _legacy_systemd_probe.stdout | default('') | length > 0
# Optional host_apps.compose_profiles (e.g. [worker]) activates compose profiles
# on this host only. Used for monica_site dj-queue singleton on adama — without
# it, plain up --remove-orphans can drop a manually started worker.
# on this host only. Used for monica_site / college_craft dj-queue singleton on
# adama — without it, plain up --remove-orphans can drop a manually started worker.
- name: "django[{{ _project }}] start containers"
ansible.builtin.command:
cmd: "docker compose -f {{ _spec.compose_file }} --env-file .env up -d --remove-orphans"