Jon
03/07/2024, 7:27 PMprefect 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?Kevin Grismore
03/07/2024, 7:55 PMJon
03/07/2024, 8:11 PMJon
03/07/2024, 8:13 PM