Max
10/13/2025, 4:45 PMname: orchestrator
prefect-version: 3.4.22
build: null
push: null
pull:
- prefect.deployments.steps.set_working_directory:
directory: ./repositories
- prefect.deployments.steps.git_clone:
repository: <ssh://git@bitbucket.zzzxxxyyy/xxx/application-name.git>
branch: feature/prefect_xxx
deployments:
- name: application-name
version: 1.0.0
tags: [xxx]
description: xxx
schedule: {}
flow_name: null
entrypoint: application-name/xxx/script.py:foo
parameters: {}
work_pool:
name: application-pool
work_queue_name: null
job_variables: {}
Hello everyone, trying to understand what's the issue with my .yaml .
The error I face is:
FileNotFoundError: [Errno 2] No such file or directory <entrypoint>
It looks like pull step is not even executed. I have my ssh configured properly and repo's pulled to my local with no issues.
I assume the solution is very simple and the question is very stupid and I am missing something 😄
@Marvin