mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
chore(deploy): default self-heal target to the roboco-api project
It's a monorepo registered as three cell-projects (BE/FE/UXUI) sharing one git_url, so the CI signal is identical whichever is named; point self-heal at roboco-api. Overridable via ROBOCO_SELF_HEAL_PROJECT_SLUG. Mirrored into the untracked .yaml.
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ services:
|
||||
# unscoped "latest run" would be unreliable).
|
||||
ROBOCO_SELF_HEAL_ENABLED: ${ROBOCO_SELF_HEAL_ENABLED:-false}
|
||||
ROBOCO_SELF_HEAL_ORIGINATE_ENABLED: ${ROBOCO_SELF_HEAL_ORIGINATE_ENABLED:-false}
|
||||
ROBOCO_SELF_HEAL_PROJECT_SLUG: ${ROBOCO_SELF_HEAL_PROJECT_SLUG:-}
|
||||
ROBOCO_SELF_HEAL_PROJECT_SLUG: ${ROBOCO_SELF_HEAL_PROJECT_SLUG:-roboco-api}
|
||||
ROBOCO_SELF_HEAL_CI_WORKFLOW: ${ROBOCO_SELF_HEAL_CI_WORKFLOW:-ci.yml}
|
||||
volumes:
|
||||
# Docker socket - allows spawning agent containers
|
||||
|
||||
Reference in New Issue
Block a user