refactor: only use one (prod) ioc file template
Deploy bin / deploy (push) Successful in 4s
Deploy, build and restart MASTER / deploy (push) Successful in 9s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-07 09:56:44 +02:00
parent a9902d47c5
commit cf328fabbd
6 changed files with 33 additions and 74 deletions
+1
View File
@@ -15,6 +15,7 @@ SERVICE_TEMPLATES_DIR = REPO_ROOT / "templates" / "service"
SERVICE_DEST_DIR = REPO_ROOT / "services"
# TODO: generate and push initial uv.lock file
class ServiceCreator:
def __init__(
self,
-1
View File
@@ -14,7 +14,6 @@ def add(
name: str = typer.Option(..., "--name", "-n"),
):
init_logging()
# TODO: Maybe create a GitPusher context manager
ServiceCreator(
ioc_host="ex-host", # TODO
ioc_port=9999, # TODO