From cfb39865848014033709c660bc9d39545cb4a318 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Wed, 1 Jul 2026 17:14:50 +0000 Subject: [PATCH] Remove management from deploy-map (can't self-update) Co-Authored-By: Claude Opus 4.8 (1M context) --- updater/deploy-map.js | 1 + 1 file changed, 1 insertion(+) diff --git a/updater/deploy-map.js b/updater/deploy-map.js index d8fbd62..3ffb595 100644 --- a/updater/deploy-map.js +++ b/updater/deploy-map.js @@ -11,4 +11,5 @@ export const deployMap = { 'rates': { host: '10.10.10.115', path: '/opt/rates' }, 'portal': { host: '10.10.10.102', path: '/opt/portal' }, 'auth': { host: '10.10.10.101', path: '/opt/auth' }, + // 'management' intentionally omitted — can't redeploy the container managing deploys }