Commit 9f0c9d9e by huluobin

# doc update

parent f1fa77df
...@@ -15,9 +15,10 @@ ...@@ -15,9 +15,10 @@
### 1.3 云服务器 ### 1.3 云服务器
正式环境:IP:193.112.167.175:22 ubuntu 密码: 正式环境:IP:193.112.167.175:22 ubuntu 密码:
测试环境:腾讯云k8s(bailun)/blt-cost/bailuntec-cost 测试环境:腾讯云k8s(bailun)/blt-cost/bailuntec-cost
### 1.4 nginx ### 1.4 nginx
```shell script ```
docker run \ docker run \
-it -d \ -it -d \
--name nginx \ --name nginx \
...@@ -29,11 +30,13 @@ docker run \ ...@@ -29,11 +30,13 @@ docker run \
``` ```
### 1.5 Java发布 ### 1.5 Java发布
正式环境发布: 正式环境发布:
```shell script ```
sh deploy-cost-prod.sh sh deploy-cost-prod.sh
``` ```
测试环境发布
测试环境发布:
IDEA docker 插件发布或者用腾讯云coding(见项目Jenkinsfile) IDEA docker 插件发布或者用腾讯云coding(见项目Jenkinsfile)
### 1.6 文档地址 ### 1.6 文档地址
......
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