hello, what I'm trying to do is I want to upload f...
# ask-community
j
hello, what I'm trying to do is I want to upload flow code to s3 bucket with a server. and I want to deploy with another server without local flow code. so now I'm trying to do
deployment = Deployment(parameters)
and then
deployment.apply(upload=False)
like this. but I have no idea how to add pull_steps. because I think if the deployment doesn't have it they can not find a flow code. can you guys help me please?
🥲 1