作者 Cool
1 个管道 的构建 失败 耗费 0 秒

自动部署调试

@@ -6,16 +6,17 @@ stages: @@ -6,16 +6,17 @@ stages:
6 job1: 6 job1:
7 stage: pull 7 stage: pull
8 tags: 8 tags:
9 - - huawei8 9 + - huawei8
10 script: 10 script:
  11 + - whoami
11 - cd /home/wwwroot/t/community 12 - cd /home/wwwroot/t/community
12 - git pull 13 - git pull
13 - 14 +
14 # job 华为正式服务器添加自动部署 两个job同时存在为同时向两个服务器推送 15 # job 华为正式服务器添加自动部署 两个job同时存在为同时向两个服务器推送
15 #job2: 16 #job2:
16 # stage: pull 17 # stage: pull
17 # tags: 18 # tags:
18 -# - huawei9 19 +# - huawei9
19 # script: 20 # script:
20 -# - cd /home/wwwroot/fast/community 21 +# - cd /home/wwwroot/fast/hauwei
21 # - git pull 22 # - git pull