test: webhook auto-deploy

This commit is contained in:
虾姐 2026-07-31 15:39:58 +08:00
parent 3423112533
commit 9eae910e71

View File

@ -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。