From 4a5b551e2c04f1dce9a4368dbe2d321075343cd1 Mon Sep 17 00:00:00 2001 From: fawney19 Date: Thu, 11 Dec 2025 10:52:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6b2f28d..2faf73d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,16 @@ python generate_keys.py # 生成密钥, 并将生成的密钥填入 .env ./deploy.sh # 自动构建、启动、迁移 ``` +### 更新 + +```bash +# 拉取最新代码 +git pull + +# 自动部署脚本 +./deploy.sh +``` + ### 本地开发 ```bash