actions-marketplace-validations/Deploy to Cloudflare with Wrangler
Deploy your Cloudflare Workers and Pages projects from GitHub using Wrangler
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | The environment you'd like to publish your Workers project to - must be defined in wrangler.toml | — | — |
| wranglerVersion | The version of Wrangler you'd like to use to publish your project | no | — |
| secrets | A new line delimitated string of environment variable names that should be configured as Worker secrets | no | — |
| command | The Wrangler command you wish to run. For example: "publish" - this will publish your Worker | no | — |
| config | Path to wrangler.toml config file | — | — |
| failMissingSecret | Boolean input to fail the job if a secret value is not set | — | true |
| workingDirectory | The relative path which Wrangler commands should be run from | no | . |
Outputs
no outputs