Hi there: I was messing around in my deployment ex...
# ask-community
j
Hi there: I was messing around in my deployment explicitly specifying the path and entrypoint, then later just used the actual imported flow. However now when I build it and push to GCS storage I get this weird recursive file storage like: I was orig. setting path to
Copy code
bucket/prefect-artifacts/src/flow/target_flow/
and entry_point to
Copy code
target.py
now after deleting those specifications I get this weird nested file structure in GCS
Copy code
bucket/prefect-artifacts/src/flow/target_flow/target.py/src/flow/target_flow/target.py