docker run -p 4200:4200 -d prefecthq/prefect:3-latest -- prefect server start --host 0.0.0.0
uv sync --frozen
uv run pre-commit run --all-filesas cli for coding conventions check
- create profile:
- profile.dev.toml
- profiles.prod.toml this one should be stored on server
- declare profile to be used:
export PREFECT_PROFILES_PATH=profile.dev.toml
deploy via prefetc.yaml file:
- check which profile is used:
prefect profile ls uv run prefect deploy --prefect-file prefect.yaml --all