openclaw_deploy
Deploy, rollback, or check status of a service on the OpenClaw server using predefined scripts.
Instructions
Trigger deploy or rollback scripts on the OpenClaw server, or check the last deploy log. Scripts must exist at OPENCLAW_DEPLOY_SCRIPT_DIR (default: ~/deploy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | deploy: run deploy script, rollback: run rollback script, status: show last deploy log | |
| service | Yes | Service name to deploy, e.g. "api", "worker", "frontend" |