Commit 4460ee0d authored by 张醒狮's avatar 张醒狮

更新.gitlab-ci-vue-qmai.yml

parent d18aede4
......@@ -36,7 +36,7 @@ check_and_cicd:
# - release
# - master
tags:
- runner-vue
- runner-vue2
script:
# 打印Ng目录别名
- echo -e "NginxAliasDirectory:${NginxAliasDirectory}"
......@@ -53,5 +53,5 @@ check_and_cicd:
- '[[ $? != 0 ]] && echo "部署出错!" && exit 1'
# 部署服务器
- 'webpath=/www/web/${CI_PROJECT_PATH_SLUG}/public_html'
- mkdir -p ${webpath}
- rsync --quiet -azv --delete dist/ ${webpath}
\ No newline at end of file
# - mkdir -p ${webpath}
- rsync --quiet -azv --delete dist/ www@192.168.192.69:${webpath}
\ No newline at end of file
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