满足+ Azure静态Web应用程序触发部署

发布于 2025-01-28 23:14:17 字数 121 浏览 4 评论 0原文

我在Azure静态Web应用程序上有一个next.js应用程序。我已经建立了对GitHub的承诺(通过github动作)的基础。下一个任务是更改内容,以触发Azure的构建。

是Azure的新手,谁能建议我如何做?

I have a next.js application on Azure static web apps. I've got it building on commit to github (via github actions). Next task is for changes on contentful to trigger a build on Azure.

Am pretty new to Azure, can anyone advise how I do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟柳画桥 2025-02-04 23:14:17

内容提供了使用Webhooks的功能,这些是在更改内容时要击中的URL。使用这些,您可以在GitHub操作中使用Webhook触发器来触发构建并置入部署。

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

Contentful provides the ability to use webhooks, these are URLs to hit when content is changed. Using these you can use a webhook trigger in the github action to trigger the build and inturn the deploy.

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文