name: solux deployments: - name: circadian-lights entrypoint: src/solux/flow.py:solux_update work_pool: name: process-pool job_variables: command: "uv run --with git+https://tangled.org/zzstoatzz.io/solux@main -m prefect.engine" env: HUE_BRIDGE_IP: "{{ prefect.variables.hue_bridge_ip }}" HUE_BRIDGE_USERNAME: "{{ prefect.variables.hue_bridge_username }}" schedules: - interval: 900 pull: - prefect.deployments.steps.git_clone: repository: https://tangled.org/zzstoatzz.io/solux branch: main