Commit 3b60457e by huluobin

# doc update

parent 62726cc1
...@@ -89,22 +89,22 @@ public interface MallCustomerAddressMapper extends BaseMapper<MallCustomerAddres ...@@ -89,22 +89,22 @@ public interface MallCustomerAddressMapper extends BaseMapper<MallCustomerAddres
### 发布 ### 发布
1.提交代码 1.提交代码
```shell script ```
git commit push git commit push
``` ```
2.登陆发布服务器 2.登陆发布服务器
```shell script ```
ssh root@http://134.175.167.230/ ssh root@http://134.175.167.230/
``` ```
3.发布测试环境 3.发布测试环境
```shell script ```
sh /deploy-miniapp-pre.sh sh /deploy-miniapp-pre.sh
``` ```
> 注意修改测试分支 > 注意修改测试分支
4.发布正式环境 4.发布正式环境
```shell script ```
sh /deploy-miniapp-prod.sh sh /deploy-miniapp-prod.sh
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment