Contentful + Azure 静态 Web 应用触发部署

Contentful + Azure static web apps trigger deployment

我在 Azure 静态 Web 应用程序上有一个 next.js 应用程序。我把它建立在对 github 的承诺上(通过 github 操作)。下一个任务是更改 contentful 以触发 Azure 上的构建。

我是 Azure 的新手,谁能告诉我该怎么做?

Contentful 提供了使用 webhook 的能力,这些是内容更改时要访问的 URL。使用这些,您可以在 github 操作中使用 webhook 触发器来触发构建并进行部署。

https://www.contentful.com/developers/docs/concepts/webhooks/
https://kontent.ai/blog/how-to-trigger-github-action-using-webhook-with-no-code/