Commit 5fb82417 authored by lipengcheng 's avatar lipengcheng

ci: gitlab-ci配置文件

parent 4d8c9edd
stages:
- stage-a
- stage-b
- stage-c
job-a:
stage: stage-a
script:
- echo '安装构建依赖阶段'
tags:
- tag-project2
job-b:
stage: stage-b
script:
- echo '打包新文件阶段'
tags:
- tag-project2
job-c:
stage: stage-c
script:
- echo '登录项目部署服务器,移除旧版本项目文件,最后将打包好的文件拷贝过去'
tags:
- tag-project2
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