From 9eae910e712ef1e4c1d576eb4dbbc20f2d8ff8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=BE=E5=A7=90?= Date: Fri, 31 Jul 2026 15:39:58 +0800 Subject: [PATCH] test: webhook auto-deploy --- content/posts/webhook-test.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/posts/webhook-test.md 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。