I've started added our deployments to a `prefect.y...
# prefect-cloud
t
I've started added our deployments to a
prefect.yaml
file. I want to deploy them all when there is a change in the repo, using a github action. I've tried using
prefect deploy --all
but that command is interactive, so I get a bunch of questions even though its already stated in the prefect.yaml file. Is there a quiet / noninteractive mode for prefect deploy?
1