My employer added me to this private repo, and I’ve been pushing changes; all the changes are reflected on the website. But I’ve tried to change environment variables in the .env
file, and it’s not reflecting. All checks are passing, but variables are not changing. I’ve tried putting .env.production, but no changes are reflected.
What product are you using?
Assuming it’s Cloudflare Pages, it doesn’t use an .env
file - it uses environment variables configured in the dashboard/API.
2 Likes