deploy: add architect to the fleet node list (agent images load there too)
ci / gates (push) Successful in 6s
ci / frontend (push) Successful in 33s
ci / rust (push) Failing after 2m43s
ci / e2e (push) Has been skipped

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
Omar Sobh
2026-06-27 05:14:38 -07:00
co-authored by Claude Opus 4.8
parent d766742871
commit c8a149da0d
+1 -1
View File
@@ -14,7 +14,7 @@ set -euo pipefail
BUILD_HOST=${BUILD_HOST:-osobh@tank} # builds the images + the linux daemon BUILD_HOST=${BUILD_HOST:-osobh@tank} # builds the images + the linux daemon
GW=${GW:-gw-04} # the gateway (server + frontend + postgres) GW=${GW:-gw-04} # the gateway (server + frontend + postgres)
NODES=${NODES:-"morpheus osobh@tank"} # fleet nodes that provision agent containers NODES=${NODES:-"morpheus osobh@tank architect"} # fleet nodes that provision agent containers
TAG=${TAG:-latest} TAG=${TAG:-latest}
AGENT_IMAGES=(agent-base agent-browser agent-terminal) AGENT_IMAGES=(agent-base agent-browser agent-terminal)