Marvin
10/31/2023, 8:40 PMserve
method on flows exposes many options for your deployment. Some of these options include:
- `cron`: a keyword that allows you to set a cron string schedule for the deployment.
- `tags`: a keyword that allows you to tag this deployment and its runs for bookkeeping and filtering purposes.
- `description`: a keyword that allows you to document what this deployment does.
- `version`: a keyword that allows you to track changes to your deployment.
For more details, you can check out the Prefect documentation on deployments and automations.