Wrangler.toml Configuration Headache during Branch Merge

Hey! I'm having a bit of a struggle with my GitHub workflow, specifically regarding my wrangler.toml file. In my repository, I need this file to be different when merging changes from my dev branch to my main branch. However, every time I attempt to merge, it seems to create a mess. Has anyone faced a similar issue or can provide some guidance on how to handle this situation effectively? I'd really appreciate your insights and solutions!
3 Replies
kian
kian13mo ago
Why do you need the file to be different?
Pato
PatoOP13mo ago
for different environments eg. dev, qa, prod or how would I manage something like that @kian
Radoš
Radoš13mo ago
@Pato You can specify the environment. It works for variables and other things in config.
No description

Did you find this page helpful?