https://prefect.io logo
s

Shuchita Tripathi

04/04/2022, 2:55 PM
For GitHub storage, can we use it to upload flows as we do with cloud? In the documentation, it asks for 'path' which is location of an already existing flow file. If yes, how can we do that?
1
a

Anna Geller

04/04/2022, 2:56 PM
Prefect won't commit your code. You have to commit your flow code first, and then you can reference it in your Storage configuration
s

Shuchita Tripathi

04/04/2022, 2:57 PM
ok, so it won't go ahead and store flows like this?
k

Kevin Kho

04/04/2022, 4:05 PM
Yeah this will not be pushed to Git. Only the bucket type storages like S3, Azure Blog, and GCS upload for you
6 Views