Liam Coley
05/31/2023, 3:12 AMrepo-sub-path
below) but the code is not in the container. I’m running this command from within the container, and am getting this message: prefect deployment build flow_test.py:flow_test --name test --storage-block github/flow-repository --path repo-sub-path
.
What am I doing wrong? Do I need to have the code sitting in the container locally to set up the deployment? Or can I have it pull from Github when first generating the deployment yaml? Is this actually possible or do I need to push my code to a docker image and manually pull that each time I update my flows?
Appreciate any insight here.Brijesh
06/09/2023, 9:37 PM