Nevin Yilmaz
09/04/2024, 3:59 PMNate
09/04/2024, 4:14 PMdeploy()
with something like
flow.from_source(
source="<https://github.com/you/yourrepo.git>",
entrypoint="flow.py:main"
).deploy(...)
then you'd need to push your code to that repo before running again, since the code will get fetched from that repo at runtimeNevin Yilmaz
09/04/2024, 4:21 PMNate
09/04/2024, 4:21 PM