feature: parametrize install ioc with dev/prod
Deploy bin / deploy (push) Successful in 4s
Deploy, build and restart MASTER / deploy (push) Successful in 4s
Deploy agebd python package / deploy (push) Successful in 1s

This commit is contained in:
Benjamin Labrecque
2026-07-07 11:00:06 +02:00
parent 30fa133eee
commit 7e9b5fa65e
5 changed files with 77 additions and 57 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ def add(
):
init_logging()
ServiceCreator(
ioc_host="ex-host", # TODO
ioc_host="ex-host", # TODO: "sls-vserv-bd-01{{ agebd_env }}"
ioc_port=9999, # TODO
user="user", # TODO
).add_service(name=name)