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:
parent
8fdf3c8e4e
commit
cfb3986584
1 changed files with 1 additions and 0 deletions
|
|
@ -11,4 +11,5 @@ export const deployMap = {
|
||||||
'rates': { host: '10.10.10.115', path: '/opt/rates' },
|
'rates': { host: '10.10.10.115', path: '/opt/rates' },
|
||||||
'portal': { host: '10.10.10.102', path: '/opt/portal' },
|
'portal': { host: '10.10.10.102', path: '/opt/portal' },
|
||||||
'auth': { host: '10.10.10.101', path: '/opt/auth' },
|
'auth': { host: '10.10.10.101', path: '/opt/auth' },
|
||||||
|
// 'management' intentionally omitted — can't redeploy the container managing deploys
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue