fix: cicd
Deploy and restart modified services / deploy (push) Successful in 20s

This commit is contained in:
Benjamin Labrecque
2026-07-15 13:50:52 +02:00
parent b46121b9ff
commit 00f648e909
5 changed files with 5 additions and 5 deletions
@@ -62,6 +62,6 @@ jobs:
# 3. Fire the playbook passing variables down
ansible-playbook playbooks/deploy-and-restart-modified-services.yml \
-i hosts.yml \
-e 'changed_services_raw="$CHANGED_SVC"' \
-e "changed_services_raw='$CHANGED_SVC'" \
-e "agebd_env=$AGEBD_ENV" \
-vvv
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_dbpm3curr import PVs, Service
# TODO: remove: cicd test 3
# TODO: remove: cicd test 4
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_master import PVs, Service
# TODO: remove: cicd test 3
# TODO: remove: cicd test 4
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_nturns import PVs, Service
# TODO: remove: cicd test 3
# TODO: remove: cicd test 4
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_{{service_name_lower_underscores}} import PVs, Service
# TODO: remove: cicd test 3
# TODO: remove: cicd test 4
def main(
log_level: LogLevel = typer.Option(