Hi everyone!
I've setup a prefect server on a Google compute instance, but I still have problems grasping some concepts:
I have the server and local agent running on the GCE instance and the UI is working. I can register and run a flow that resides on the GCE machine without errors.
Now I want to setup GitLab as code repository. My initial intuition was: I can probably setup a connection to my Gitlab repo in a config file and then all flows will be synced from there. When I commit something, it will be updated in prefect as well.
This is not the case as it seems. I'm trying to wrap my head around how to use the Storage options, but I really don't understand it.
On my server, do I have to create python files for each of my flows that reside in Gitlab? What sense would the repository make then?
Thanks for your help! I'm really lost here...