Hi Community! Is there a way to deploy the whole r...
# prefect-community
d
Hi Community! Is there a way to deploy the whole repo and not just 1 flow file with GitHub storage?
1
a
No, there is not
d
Wait, seriously? I have developed tasks, structured it with own classes, tested on local environment and cannot deploy on server?
Will be possible with Prefect 2.0?
a
you can package your code into a Docker image or other code artifact, but GitHub storage is only for flow code, not dependencies
d
Do you have more information somewhere on docker packaging and registering flow?
a
yes - for 1.0 you can check out this repo with Dockerfile https://github.com/anna-geller/packaging-prefect-flows/
but if you consider Prefect 2.0, I'll build repository examples and CI/CD recipes within the next weeks and will share on Discourse I understand your pain here, we should provide more guidance on that and I promise we will 👍
👍 1