this repo has no description
at main 18 lines 591 B view raw
1name: solux 2 3deployments: 4 - name: circadian-lights 5 entrypoint: src/solux/flow.py:solux_update 6 work_pool: 7 name: process-pool 8 job_variables: 9 command: "uv run --with git+https://tangled.org/zzstoatzz.io/solux@main -m prefect.engine" 10 env: 11 HUE_BRIDGE_IP: "{{ prefect.variables.hue_bridge_ip }}" 12 HUE_BRIDGE_USERNAME: "{{ prefect.variables.hue_bridge_username }}" 13 schedules: 14 - interval: 900 15 pull: 16 - prefect.deployments.steps.git_clone: 17 repository: https://tangled.org/zzstoatzz.io/solux 18 branch: main