Hey community,
I am not sure if this question has been asked before. I could not find anything similar with search. So here is the scenario that I am facing with our website:
1. Website is built using react & react-static
2. The content is pulled from Contentful during the build process
to generate the static pages
3. Whenever someone publishes new content, the webhook initiates
a new build/deploy
4. We have disabled auto publish; so, someone has to publish the
latest successful deploy/build manually
The content team would like to enable auto publish
but we have noticed in the past that whenever a build is triggered the site is not accessible. Hence, I disable auto publish
.
I was wondering if the Netlify team or someone else who has faced this issue can suggest solution. Any help would be much appreciated, thank you!