chore: deploy script for all services
Deploy bin / deploy (push) Successful in 2s
Deploy, build and restart MASTER / deploy (push) Successful in 4s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-06 17:07:22 +02:00
parent e076199a1b
commit 32be7ff472
+1 -1
View File
@@ -15,7 +15,7 @@
# 2. Main Loop: Loop through the list of modified service names
- name: Deploy Modified Services
include_tasks: ansible/plays/service-deploy.yml
include_tasks: plays/service-deploy.yml
loop: "{{ changed_services_raw.split() }}"
loop_control:
loop_var: service_dir_name