deploy
Upload and deploy applications from a local directory to Railway cloud platform. Configure CI mode, environment, and service options for streamlined deployment processes.
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 |