Using `wrangler.toml` and cannot find branch deployment controls
I created a pages project with
_worker.js
and a few distfiles. I am unable to find the settings referred to in this documentation about build configuration in settings. Is this not supported when using wrangler.toml
?Cloudflare Docs
Branch deployment controls | Cloudflare Pages docs
When connected to your git repository, Pages allows you to control which environments and branches you would like to automatically deploy to. By default, Pages will trigger a deployment any time you commit to either your production or preview environment. However, with branch deployment controls, you can configure automatic deployments to suit y...
6 Replies
The build controls are if you're using CI, you are doing Direct Upload so the build controls would have no effect
how can i then configure a custom domain?
Custom domains are configured in the "Custom Domains" tab at the top
the build controls would have no effecti am specifically looking to turn off the ci automation
If you don't have the section in settings then you aren't using our CI 🙂
got it; all clear. since it defaulted to on for all other projects i just assumed there might be a setting somewhere i can turn off