Commit 3ed39540 authored by lipengcheng 's avatar lipengcheng

集成docker

parent 810bab2b
......@@ -37,7 +37,8 @@ job-build:
- tag-project2
# 构建docker镜像
job-build-image
job-build-image:
image: nginx
stage: stage-build
script:
- echo '打包新文件阶段'
......@@ -52,6 +53,7 @@ job-build-image
# 登录部署服务器拉取镜像并启动
job-deploy:
image: nginx
stage: stage-deploy
# only:
# - master
......
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