Skip to content

Commit

Permalink
fix: add project in lean config when run cloud project
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes committed Dec 27, 2024
1 parent 26cbf34 commit 1ea9c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lean/commands/cloud/live/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def deploy(project: str,

live_data_provider_settings = {}
lean_config = container.lean_config_manager.get_lean_config()
lean_config["project-id"] = cloud_project.projectId

if brokerage is not None:
ensure_options(["brokerage", "node", "auto_restart", "notify_order_events", "notify_insights"])
Expand Down

0 comments on commit 1ea9c94

Please sign in to comment.