Commit 1bf40be0 by qp65053

'cicd'

parent 76f7aea0
Pipeline #8933 passed with stages
in 19 seconds
stages:
- build
- test
- deploy
variables:
projName: "ppt-server"
before_script:
- source /builds/cicd/base.sh
docker-build:
tags:
- ppt-server-shell
stage: build
retry: 1
script:
- source $PROJDIR/$projName/build.sh
k8s-deploy:
tags:
- ppt-server-shell
stage: deploy
retry: 1
script:
- set -xe
- source $PROJDIR/$projName/deploy.sh
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