alank976/Deploy Rust projects to Cloudflare Workers with Wrangler
Deploy your Cloudflare Workers applications and sites directly from GitHub, using Wrangler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| apiToken | Your Cloudflare API Token | — | — |
| environment | The environment you'd like to publish your Workers project to - must be defined in wrangler.toml | — | — |
| workingDirectory | The relative path which Wrangler commands should be run from | — | — |
| wranglerVersion | The version of Wrangler you'd like to use to publish your Workers project | — | — |
| secrets | A new line deliminated string of environment variable names that should be configured as Worker secrets | no | — |
| preCommands | Commands to execute before publishing the Workers project | no | — |
| postCommands | Commands to execute after publishing the Workers project | no | — |
| publish | Set to false to skip publishing your Worker project and secrets. Defaults to true. | no | — |
Outputs
no outputs