Emil
04/06/2024, 12:14 AM# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect.deployments.steps.set_working_directory:
directory: /opt/prefect/flows
prefect.yaml (deployed)
# push section allows you to manage if and how this project is uploaded to remote locations
push:
- prefect_azure.deployments.steps.push_to_azure_blob_storage:
id: push_code
requires: prefect-azure>=0.2.8
container: my-prefect-azure-container
folder: my-folder
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect_azure.deployments.steps.pull_from_azure_blob_storage:
id: pull_code
requires: prefect-azure>=0.2.8
container: '{{ push_code.container }}'
folder: '{{ push_code.folder }}'