feat: Add Gitea Actions workflows and setup documentation for deployment
This commit is contained in:
18
.gitea/workflows/README.md
Normal file
18
.gitea/workflows/README.md
Normal 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`
|
||||
|
||||
Reference in New Issue
Block a user