Hi Team,
I have been trying out a way in which my deployments points directly to the main branch in my git hub repo, i have created a git hub block(https://github.com/....../tree/main) and trying to use it as a storage block is that something possible? my entry point i.e the main.py is undetected.
n
Nate
08/08/2023, 4:36 PM
is your
main.py
available locally? or just in the github repo?
prefect deployment build
will require that you give an entrypoint that is available on the local filesystem