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

This commit is contained in:
Benjamin Labrecque
2026-07-06 16:51:36 +02:00
parent bff62f7961
commit baedb68163
@@ -51,6 +51,7 @@ jobs:
- name: Run Ansible Orchestrator
run: |
set -x
# 1. Parse changed directory names into space-separated string (e.g. "000-master 001-secondary")
CHANGED_SVC=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "^services/" | awk -F/ '{print $2}' | sort -u | xargs)