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

This commit is contained in:
Benjamin Labrecque
2026-07-06 16:33:55 +02:00
parent 5b8d71a989
commit 3728d76f11
@@ -45,6 +45,8 @@ jobs:
- name: Detect and Deploy Changed Services
run: |
set -x
# 1. Identify which directories under 'services/' changed in this push
CHANGED_DIRS=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "^services/" | awk -F/ '{print $2}' | sort -u)