my prefect server setup prefect-metrics.waow.tech
python orchestration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add tangled CI workflow for flow registration

registers flow deployments on push to main via uv + prefect.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz b0834d64 75b436d6

+17
+17
.tangled/workflows/deploy.yml
··· 1 + when: 2 + - event: ["push"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - uv 10 + 11 + environment: 12 + PREFECT_API_URL: "https://prefect-server.waow.tech/api" 13 + 14 + steps: 15 + - name: register flows 16 + command: | 17 + uv run --with prefect flows/diagnostics.py