Site name: flurl.netlify.app
Custom domain: flurl.dev
My GitHub repository has 3 branches: master, preview, and v3.
Desired workflow: push changes to preview branch, wait for Netlify to build/deploy it, view in at https://preview.flurl.dev, iterate as needed, then PR preview → master on GitHub, wait for Netlify build/deploy, and view it at https://flurl.dev.
In Netlify Site Configuration, “Branches and deploy contexts” are configured like this:
Production branch: master
Branch deploys: preview, v3
I’m using Netlify DNS, and under Domain management > Branch subdomains, I’ve added preview and v3.
Any ideas why pushes to preview are showing up on my production site? I suspect it’s DNS related, because there doesn’t seem to be a delay in changes appearing in both places, and the Netlify console only shows 1 deploy (“Branch Deploy”).
Ah, thank you! I’ll confirm with another deployment. Would you suggest I simply click “Stop test” to fix my issue? (Split testing isn’t something I’m using and I didn’t enable it on purpose.)
Your’re a hero, thank you. Someday I might have to look at using the split testing feature (correctly) to improve my processes, but for now I’m back to where I wanted to be. Thanks again!