Hello,
Until very recently, any commit on my github repo would trigger a build and a deploy at pastry-ratio-helper.netlify.app
, but now, it’s always deployed at main--pastry-ratio-helper.netlify.app
(with main
being my main and only branch in my Github repo.)
I think I understand that this is a (recent?) option but I never opted-in for this.
How could I go back to my previous settings?
Thanks!
No, this is not a recent thing.
The site is still deployed to pastry-ratio-helper.netlify.app
. The branch is deployed to main--pastry-ratio-helper.netlify.app
just a each deploy will have a unique permalink URL e.g. 62474ba439f5a9267b7131c6--pastry-ratio-helper.netlify.app
.
Thank you for this answer.
In fact, some code I pushed 11 hours ago has indeed been deployed at pastry-ratio-helper.netlify.app
.
But my latest commit, pushed aboutt 2 minutes after this one, is not yet online.
What could explain this huge delay between production deployment?
Assuming the build was trigger and successful (see deploy logs) the build (assuming there were new files to upload—again, see latest deploy log) would become the latest live/production deploy. This assumes deploy auto publish is active.
Another possibility it caching, or a service worker (which I don’t believe the site is using.)
If you aren’t seeing what you believe you should, can you share the permalink to the latest deploy and also screenshots of what you are seeing.
OK, thanks again.
The latest commit has eventually appeared.
And yes, I recently turned this app into a PWA. That’s probably what’s delaying the latest version to be visible.
Sorry for my confusion. Case closed!