modal_deploy
Deploy a Modal application from a script path, specifying environment, tag, name, and strategy to manage releases.
Instructions
Deploy a Modal application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment to interact with | |
| tag | No | Tag the deployment with a version | |
| name | No | Name of the deployment | |
| appRef | Yes | Path to script or module (e.g. my_script.py) | |
| strategy | No | Deployment strategy |