hey all! we are running `prefect deploy --all` in ...
# prefect-cloud
j
hey all! we are running
prefect deploy --all
in our CI/CD. sometimes a few Flows will succeed to deploy to the cloud, then a deployment will fail because of something like a pydantic error and topple over our CI/CD. at that point the state of the deployments in the cloud is out of whack. is there a way to make make deployments transactional where they are all or nothing? cc @Rowdy also, if there a way that we can mock deployments so we can test whether they succeed before we actually deploy them to our cloud instance?
k
We don't have anything like that right now, but I think this makes a ton of sense as something we should support. Want to request these as enhancements?
j
sure 🙂