Trying to get back to using Prefect after a long h...
# ask-community
t
Trying to get back to using Prefect after a long hiatus... and I seem to be missing how to link Prefect Cloud to a Github project so my flow register. I know this is basic stuff, but I last used Prefect during the 2.0 beta period, so Cloud was very different.
1
s
Hello! I would recommend following this light tutorial explaining the differences where you can store your flow code
t
awesome, thank you. that was the doc i coudnlt find
🙌 2
Man, I knew the devs developed at light speed over the past year, but this product is nothing like what I used to use! Good job!
🙏 2
j
Just added that doc back to the nav. You can find more detail on using GitHub storage when creating deployments in Python code with
prefect.deploy
here.