ci: add trade-executor to workers patch list (Phase 2)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
This commit is contained in:
parent
f7ca671bf3
commit
1a95bfc06a
1 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ steps:
|
|||
}
|
||||
}" | jq '{name: .metadata.name, generation: .metadata.generation}'
|
||||
|
||||
# --- trading-bot-workers: 5 containers (matches infra/stacks/trading-bot/main.tf) ---
|
||||
# --- trading-bot-workers: 6 containers (matches infra/stacks/trading-bot/main.tf) ---
|
||||
echo "Patching trading-bot-workers..."
|
||||
curl -sf -X PATCH "$$API/trading-bot-workers" \
|
||||
-H "Authorization: Bearer $$TOKEN" \
|
||||
|
|
@ -100,7 +100,8 @@ steps:
|
|||
{\"name\":\"learning-engine\",\"image\":\"$$SERVICE_IMAGE\"},
|
||||
{\"name\":\"market-data\",\"image\":\"$$SERVICE_IMAGE\"},
|
||||
{\"name\":\"meet-kevin-watcher\",\"image\":\"$$SERVICE_IMAGE\"},
|
||||
{\"name\":\"kevin-signal-bridge\",\"image\":\"$$SERVICE_IMAGE\"}
|
||||
{\"name\":\"kevin-signal-bridge\",\"image\":\"$$SERVICE_IMAGE\"},
|
||||
{\"name\":\"trade-executor\",\"image\":\"$$SERVICE_IMAGE\"}
|
||||
]}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue