our company is trying to switch from php based pages to javascript frameworks, and we've come across gatsby to make fast websites. Right now, we have an issue where we have to manually trigger a gatsby build everytime we edit the content in our headless cms, which is storyblok.
Storyblok only features tutorials with cloud-hosting solutions like vercel or netlify, there is no documentation for a building webhook on publish for frontend self-hosting.
I've already tried the following approaches:
Grateful for responses.