`from_source().deploy()` does not seem to push flo...
# ask-community
s
from_source().deploy()
does not seem to push flows to S3 storage the way that
buidl_from_flow()
did. What is the correct way to do that now?
j
You can use
from_source
as shown here.
s
Hey, am I missing anything about
from_source()
. It didn't seem to upload code to S3 on first deployment.
j
Prefect won’t upload the code for you, it assumes that the code is there. At runtime Prefect will pull the code from that location.