feat: Add Gitea Actions workflows and setup documentation for deployment

This commit is contained in:
ethan.chen
2026-01-07 14:06:12 +08:00
parent 6ab690fa40
commit 459f99e804
5 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Gitea Actions 工作流
本目录包含 Gitea Actions 工作流配置文件。
## 文件说明
- `deploy.yml` - 基础部署工作流
- `deploy-simple.yml` - 简化版部署工作流(推荐使用)
## 使用说明
1. 确保已安装并运行 Act Runner
2. 在 Gitea 仓库中配置 Secrets
3. 更新工作流中的项目路径
4. 推送代码或手动触发工作流
详细配置请参考 `GITEA_ACTIONS_SETUP.md`