management/updater/deploy-map.js
jtricerolph c26f7e18b2 Replace static deploy-map with dynamic auth registry
updater now fetches app registry from auth /api/auth/internal/registry
and uses internal_host/internal_port for SSH status checks and deploys.
Removes hardcoded host map; platform infra (auth, portal, settings)
kept in INFRA_DEPLOY/INFRA_HEALTH constants.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-01 20:49:39 +00:00

3 lines
193 B
JavaScript

// Deploy targets are now fetched dynamically from the auth registry.
// See src/index.js — INFRA_DEPLOY for platform services, appRegistry for user apps.
// This file is no longer imported.