Need help on building a deployment from the flow. ...
# prefect-getting-started
s
Need help on building a deployment from the flow. I have created a GitHub storage block without reference to any branch. Can I fetch/use files from any branch through build_from_flow function?
Any leads highly appreciated
c
Hi Suram, the build_from_flow function allows you to build and apply the deployment object you defined. It’s the function equivalent of --apply at the CLI - it would not be exactly related to the GitHub storage block. What are you looking to accomplish?