Commit c5b13d07 authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent 2786e1f2
Pipeline #1392 failed
stages:
- release
- release-1
- release-2
release_deploy:
release_deploy-1:
stage: release
rules:
- changes:
- dir1
script:
- rsync -avP --port=8733 ./* 172.16.17.56::web_online/kingsdk.papa91.com/
- echo "file1"
only:
- master
tags:
- lbgmail
release_deploy-2:
stage: release-2
rules:
- changes:
- dir2
script:
- echo "file2"
only:
- master
tags:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment