diff --git a/content/posts/webhook-test.md b/content/posts/webhook-test.md new file mode 100644 index 0000000..996dea8 --- /dev/null +++ b/content/posts/webhook-test.md @@ -0,0 +1,16 @@ +--- +title: "自动发布测试" +date: 2026-07-31 +draft: false +tags: ["测试"] +--- + +这篇文章通过 Gitea Webhook 自动触发构建和部署。 + +如果你能看到这个页面,说明自动发布链路通了: + +``` +NAS 写文章 → git push → Gitea → Webhook → hugo build → blog.de.ippt.cc +``` + +完全不需要 SSH。