Skip to content

Commit 0ca5bfb

Browse files
committed
fix[ci/cd]: solved multiple instance problem in actions
1 parent b3ac04a commit 0ca5bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v11-deployment-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ jobs:
522522
-H "Content-Type: application/json" \
523523
-H "id: $auth_id" \
524524
-H "key: $auth_key" \
525-
-d "{\"instance_id\": \"$instance_id\", \"version\": \"$TAG\"}")
525+
-d "{\"instances_ids\": [\"$instance_id\"], \"version\": \"$TAG\"}")
526526
527527
http_code=$(echo "$response" | tail -n1)
528528
body=$(echo "$response" | sed '$d')

0 commit comments

Comments
 (0)