From baedb68163454880544ac4eec71704c206f40f0c Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 6 Jul 2026 16:51:36 +0200 Subject: [PATCH] chore: deploy script for all services --- .gitea/workflows/deploy-build-restart-service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-build-restart-service.yml b/.gitea/workflows/deploy-build-restart-service.yml index fcf3e88..a320632 100644 --- a/.gitea/workflows/deploy-build-restart-service.yml +++ b/.gitea/workflows/deploy-build-restart-service.yml @@ -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)