style: apply global formatting fixes (struct, spacing, zhlint)

This commit is contained in:
Baohua Yang
2026-02-21 11:08:52 -08:00
parent ad68b2d973
commit 79ac9c639a
159 changed files with 1708 additions and 882 deletions

View File

@@ -1,5 +1,7 @@
## 部署 Drone
本节涵盖了相关内容与详细描述主要探讨以下几个方面
### 要求
* 拥有公网 IP域名 (如果你不满足要求可以尝试在本地使用 Gogs + Drone)
@@ -22,7 +24,7 @@
### 配置 Drone
我们通过使用 `Docker Compose` 来启动 `Drone`编写 `compose.yaml` `docker-compose.yml`文件
我们通过使用 `Docker Compose` 来启动 `Drone`编写 `compose.yaml` ( `docker-compose.yml`) 文件
```yaml
services:
@@ -80,6 +82,10 @@ DRONE_GITHUB_CLIENT_ID=
DRONE_GITHUB_CLIENT_SECRET=
```
#### 概述
总体概述了以下内容
#### 启动 Drone
运行以下命令