作者 何书鹏
1 个管道 的构建 通过 耗费 6 秒

自动部署调试

@@ -3,19 +3,20 @@ stages: @@ -3,19 +3,20 @@ stages:
3 - pull 3 - pull
4 4
5 # job 华为测试服务添加自动部署 5 # job 华为测试服务添加自动部署
6 -#job1:  
7 -# stage: pull  
8 -# tags:  
9 -# - huawei8  
10 -# script:  
11 -# - cd /home/wwwroot/t/silk  
12 -# - git pull 6 +job1:
  7 + stage: pull
  8 + tags:
  9 + - huawei8
  10 + script:
  11 + - whoami
  12 + - cd /home/wwwroot/t/silk
  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/silk 21 - cd /home/wwwroot/fast/silk
21 - git pull 22 - git pull