hello everyone! When pushing deployments via `pref...
# prefect-cloud
m
hello everyone! 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.
n
hi @Maria Baez - this is a good question! it's been raised before - would you prefer an option to keep whatever deployment
schedule
exists server side when you deploy?