When pushing deployments via `prefect deploy` that...
# ask-community
c
When pushing deployments via
prefect deploy
that are configured in
prefect.yaml
, is there a way to keep the data from the deployment if it currently exists within Prefect Cloud? Whenever I deploy, and change the schedule in the UI, and I deploy again, it overrides the schedule that I set in the UI to the one in
prefect.yaml
. My old way of deploying via Python
Deployment.build_from_flow
had the
load_existing=True
parameter that didn't overwrite whatever the existing deployment already had in place.
a
Hey @Carlos Cueto! Pulling schedule updates while running
prefect deploy
isn’t currently supported, but please open an enhancement request in GitHub if this is something that you would like to see support for!