Hi Prefect Community, I tried to deploy flow on Pr...
# ask-community
m
Hi Prefect Community, I tried to deploy flow on Prefect cloud that running on EKS prefect agent pod using Github storage block. There are two issues I’m facing: 1. Without specifying local_path using
block.get_directory
, the code will be cloned to default path from where the deployment was uploaded (which is my local). How should I point it to the agent pod local so code can be cloned from git repo to the EKS cluster? 2. When I specify either
from_path
or the
local_path
in
block.get_directory
, I failed to create github storage block with this error, any idea why this happened?
Copy code
FileNotFoundError: [Errno 2] No such file or directory: 'git'