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