vscoding/Publish to Cloudflare Workers
Build and deploy Cloudflare Workers using Wrangler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version | no | 20 |
| wrangler-version | Wrangler version (e.g. 4, 4.2.0) | no | latest |
| working-directory | Working directory for npm/wrangler commands | no | . |
| install-command | Install command | no | npm ci |
| build-command | Build command | no | npm run build --if-present |
| deploy-command | Deploy command (wrangler deploy args can be appended here) | no | deploy |
| cloudflare-api-token | Cloudflare API Token | yes | — |
| cloudflare-account-id | Cloudflare Account ID | yes | — |
| checkout | Whether to checkout repository | no | false |
Outputs
no outputs