作者 何书鹏
1 个管道 的构建 失败

正是服务器自动部署

... ... @@ -3,13 +3,13 @@ stages:
- pull
# job 华为测试服务添加自动部署
job1:
stage: pull
tags:
- huawei8
script:
- cd /home/wwwroot/t/silk
- git pull
#job1:
# stage: pull
# tags:
# - huawei8
# script:
# - cd /home/wwwroot/t/silk
# - git pull
# job 华为正式服务器添加自动部署 两个job同时存在为同时向两个服务器推送
job2:
... ...