tangled
alpha
login
or
join now
zzstoatzz.io
/
solux
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
add hue bridge env vars from prefect variables
zzstoatzz.io
2 months ago
7c1a55f8
5319d9c3
+3
1 changed file
expand all
collapse all
unified
split
prefect.yaml
+3
prefect.yaml
···
7
7
name: process-pool
8
8
job_variables:
9
9
command: "uv run --with git+https://tangled.org/zzstoatzz.io/solux@main -m prefect.engine"
10
10
+
env:
11
11
+
HUE_BRIDGE_IP: "{{ prefect.variables.hue_bridge_ip }}"
12
12
+
HUE_BRIDGE_USERNAME: "{{ prefect.variables.hue_bridge_username }}"
10
13
schedules:
11
14
- interval: 900
12
15
pull: