Kacper K
02/12/2025, 12:49 PMBianca Hoch
02/12/2025, 5:53 PMdeployments:
- name: deployment-with-git-pull
entrypoint: path/to/flow.py:flow_function
pull:
- prefect.deployments.steps.git_clone:
repository: <https://github.com/your-org/your-repo.git>
credentials: "{{ prefect.blocks.github-credentials.my-credentials }}"
Bianca Hoch
02/12/2025, 5:56 PMdefinitions
section to your prefect.yaml file to store the pull step as an alias which can be referenced as needed (more on that here).Kacper K
02/13/2025, 3:24 PMBianca Hoch
02/14/2025, 7:12 PMBianca Hoch
02/14/2025, 7:12 PM