Worker runtime public keys deleted every build, secret keys ok

Hi all, I have a problem in my worker where whenever my push to git triggers a build all of my public runtime vars are deleted, but all of the secret vars remain. I attempted to set public key vars in wrangler (along with keep_vars:true) but still not working/completely ignored. the build variables persist no problem.thanks for any info!
2 Replies
texan
texan2mo ago
What version of wrangler, and what’s the deploy command you’re using?
Lorraine
LorraineOP2mo ago
4.36.0 and npm run deploy:prod

Did you find this page helpful?