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

自动部署调试

... ... @@ -6,16 +6,17 @@ stages:
job1:
stage: pull
tags:
- huawei8
- huawei8
script:
- whoami
- cd /home/wwwroot/t/community
- git pull
# job 华为正式服务器添加自动部署 两个job同时存在为同时向两个服务器推送
#job2:
# stage: pull
# tags:
# - huawei9
# - huawei9
# script:
# - cd /home/wwwroot/fast/community
# - cd /home/wwwroot/fast/hauwei
# - git pull
\ No newline at end of file
... ...