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