Remove management from deploy-map (can't self-update)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-01 17:14:50 +00:00
parent 8fdf3c8e4e
commit cfb3986584

View file

@ -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
}