Question on how our flow changes are applied durin...
# ask-community
v
Question on how our flow changes are applied during the deployment process -
deployment_uuid = flow_obj.from_source(
source=GitHubRepository.load("prefect2"),
entrypoint=f"{flow_module_name}.py:{flow_obj.fn.__name__}",
).deploy(**enriched_flow)