chore: use master hla filename
Deploy bin / deploy (push) Successful in 3s
Deploy service MASTER / deploy (push) Failing after 3s

This commit is contained in:
Benjamin Labrecque
2026-07-06 12:01:17 +02:00
parent 9c4f0a535d
commit 9277b3e847
+1
View File
@@ -13,6 +13,7 @@ SERVICE_REGISTRY_FILENAME = CONFIG_DIR / "services_registry.yml"
MASTER_SERVICE_DIR = REPO_ROOT / "services" / "000-master"
MASTER_SERVICE_CONFIG_DIR = MASTER_SERVICE_DIR / "app" / "config"
MASTER_HLA_NAMES_FILENAME = MASTER_SERVICE_CONFIG_DIR / "hla_names.yml"
class Service(BaseModel):