|
@@ -45,7 +45,7 @@ steps:
|
|
|
- kubecm s $DEPLOY_ENV
|
|
|
# 生成配置YAML文件
|
|
|
- python3 /root/tools.py -b
|
|
|
- # 部署服务到kubernetes上
|
|
|
+ # 部署服务到kubernetes上
|
|
|
- python3 /root/tools.py -a
|
|
|
# 检查服务部署状态
|
|
|
# - python3 /root/tools.py -c
|
|
@@ -73,7 +73,7 @@ steps:
|
|
|
corp_secret: zpiRBLETH9eLwIMQ4eJ_r_dcm3BPSGeLHvTcft8Ot-M
|
|
|
agent_id: 1000004
|
|
|
title: "Pipeline ${DRONE_REPO_NAME} Failure"
|
|
|
- description: "${DRONE_BUILD_LINK} 部署失败,请检查配置!"
|
|
|
+ description: "${DRONE_BUILD_LINK} 部署失败,请检查配置!"
|
|
|
msg_url: ${DRONE_BUILD_LINK}
|
|
|
btn_txt: "否"
|
|
|
when:
|