deploy
Upload and deploy projects from the current directory using the specified workspace path. Configure environment and service options, and enable CI mode for streamlined build logs.
Instructions
Upload and deploy from the current directory. Supports CI mode, environment, and service options.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ci | No | Stream build logs only, then exit (equivalent to setting $CI=true) | |
environment | No | Environment to deploy to (defaults to linked environment) | |
service | No | Service to deploy to (defaults to linked service) | |
workspacePath | Yes | The path to the workspace to deploy |