chore: deploy script for all services
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user