Integrate SP auctions in webapp deployment flow #950

Merged
ashwin merged 25 commits from deep-stack/stack-orchestrator:pm-integrate-sp-auctions into main 2024-10-21 07:02:07 +00:00
Showing only changes of commit 5ee0712e3f - Show all commits

View File

@ -183,6 +183,8 @@ def command( # noqa: C901
if not response.ok:
response.raise_for_status()
config_ref = response.json()["id"]
target_deployer = deployer
if (not deployer) and len(deployer_record.names):
target_deployer = deployer_record.names[0]