Commit 46bb613a authored by 赵凯's avatar 赵凯 💬

- 自动识别集群部署模式,并进行自动部署

- 识别job指令,自动部署job服务
parent 1a2cbdfe
......@@ -52,11 +52,16 @@ opms [环境别名:test|beta] [部署描述]
opms test "A需求"
# 快捷部署
opms-test "A需求"
# 部署job服务
opms-test "A需求" -job
# 部署beta环境
opms beta "B需求"
# 快捷部署
opms-beta "A需求"
opms-beta "B需求"
# 部署job服务
opms-beta "B需求" -job
```
### 部署效果
......
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