Skip to content

Commit cbff9f8

Browse files
committed
Fix deployment function; update storage reference to use 'branch' instead of 'reference'
1 parent 078b919 commit cbff9f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/progressive_automations_python/prefect_flows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def deploy_move_desk_flow(deployment_name: str = "move-desk"):
2828
work_pool_name="desk-lifter-pool",
2929
storage=GitRepository(
3030
url="https://github.com/AccelerationConsortium/progressive-automations-python.git",
31-
reference="main"
31+
branch="main"
3232
),
3333
entrypoint="src/progressive_automations_python/desk_controller.py:move_to_height"
3434
)

0 commit comments

Comments
 (0)