refactor(utils): ♻️ Update internal network address resolution to use 'forge.black.lan' instead of '.local' in consumer update logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
941df6b82f
commit
67809f99b7
1 changed files with 3 additions and 3 deletions
|
|
@ -110,9 +110,9 @@ async function updatePythonConsumer(
|
|||
'--upgrade',
|
||||
'--quiet',
|
||||
'--index-url',
|
||||
'http://forge.black.local/api/packages/lilith/pypi/simple/',
|
||||
'http://forge.black.lan/api/packages/lilith/pypi/simple/',
|
||||
'--trusted-host',
|
||||
'forge.black.local',
|
||||
'forge.black.lan',
|
||||
packageName,
|
||||
], {
|
||||
cwd: consumer.path,
|
||||
|
|
@ -124,7 +124,7 @@ async function updatePythonConsumer(
|
|||
'--upgrade',
|
||||
'--quiet',
|
||||
'--trusted-host',
|
||||
'forge.black.local',
|
||||
'forge.black.lan',
|
||||
packageName,
|
||||
], {
|
||||
cwd: consumer.path,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue