wrangler-action
wrangler-action copied to clipboard
🧙♀️ easily deploy cloudflare workers applications using wrangler and github actions
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
- You cannot configure both [triggers] and [placement] in your wrangler.toml. Placement is not supported with cron triggers. can we get merged https://github.com/cloudflare/wrangler-action/pull/238 ? current wrangler version is pretty old
Hello, So I am using this package to auto deploy to my Workers, but the error written in the title occurs and fails. Just using wrangler deploy in my local...
Dear all, Running the action on my CI/CD results in the following error ```bash Installing Wrangler /home/runner/.bun/bin/bun i [email protected] bun add v1.1.4 (fbe2fe0c) Saved lockfile installed wrangler@3.[13](https://github.com/FrancescoSaverioZuppichini/nextjs-cloudfare/actions/runs/8822788384/job/24221760187#step:8:14).2 with binaries: -...
This error started happening in the latest version ``` 📥 Installing Wrangler Running command: pnpm add [email protected] Error: Command failed: pnpm add [email protected] Error: 🚨 Action failed ```
I just migrated to wrangler-action v3 and this started happening to me. It fails every time I run it.  Here's my workflow file: ```yaml name: Deploy on: workflow_dispatch: push:...
```yaml - uses: cloudflare/wrangler-action@v3 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} command: deploy --env production secrets: | SUPER_SECRET env: SUPER_SECRET: ${{ secrets.SUPER_SECRET }} ``` Assuming the worker name is `my-worker` doing the...
When I publish my worker I get this error ``` ✘ [ERROR] A request to the Cloudflare API (/accounts/***/workers/scripts/my-api-production/routes) failed. workers.api.error.duplicate_route [code: 10020] ``` When I comment out the `route`...