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>
3 lines
193 B
JavaScript
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.
|