Commit b3db3ddf authored by chuzhaohong's avatar chuzhaohong

Update .gitlab-ci.yml

parent 3c00c110
Pipeline #102 passed with stage
in 0 seconds
stages:
- test
- build
- release
test:
stage: test
script: echo "Running tests"
tags:
- lbgmail
build:
stage: build
script: echo "Building the appdddd"
release_deploy:
stage: release
script:
- rsync -avP --port=8733 ./* 172.16.17.56::web_online/kingsdk.papa91.com/
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