Andreas Nord
03/14/2024, 9:03 PMMarvin
03/14/2024, 9:03 PMdeploy
command, specifying the deployment's name if necessary. Here's an example of how to deploy a particular deployment:
sh
prefect deploy --name deployment-1
If you would like to trigger multiple deployments, you can provide the --name
flag multiple times with the names of the deployments you wish to deploy.
Please note that deployment triggers are only available in Prefect Cloud and can be configured to run the deployment based on the presence or absence of events.
Reference links:
- Deployment documentation
- Prefect deploy guideKevin Grismore
03/14/2024, 9:06 PMprefect deployment run *<FLOW_NAME>*/*<DEPLOYMENT_NAME>*
Kevin Grismore
03/14/2024, 9:06 PMprefect deployment run --help
for all the options