Mike
06/19/2023, 11:45 AMflow.storage = Git(git_token_secret_name="github",
repo="repo/etl",
repo_host="<http://github.com|github.com>",
branch_name=branch,
flow_path="flow/{}.py".format(flow_name))
Jenny
06/19/2023, 11:57 AMprefect deploy PATH_TO_FLOW:FLOW_NAME
in the cli from the root of your repo and you'll be guided through deploying your flow and setting up github storage. (Obviously switch PATH_TO_FLOW to the path to your flow and FLOW_NAME to your flow's name!)Mike
06/19/2023, 12:14 PMMike
06/19/2023, 12:18 PMJenny
06/19/2023, 12:22 PMJenny
06/19/2023, 12:23 PM