Any suggestions on the preferred deployment platform for a non-static site?
I have deployed a site using Netlify from a BitBucket repo of my Nuxt & Slice Machine project. However, when content is updated on the Prismic CMS, those updates won't publish to the site, and a triggered re-deploy via curl or Netlify UI panel won't work either. Unless I am missing something very obvious (highly likely), it seems that the only way I can see updates made on the CMS is to force a git commit. My goal is to deploy a dynamic live site that reflects up-to-date published docs. What am I missing?