Files
DurpAPI/.gitlab-ci.yml

14 lines
505 B
YAML

include:
- project: 'developerdurp/yml'
ref: main
file: 'pipelines/build-container.yml'
upload:
image: dtzar/helm-kubectl
stage: build
script:
- 'helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} "${CI_SERVER_URL}/api/v4/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"'
- helm package ./charts/durpapi
- 'helm plugin install https://github.com/chartmuseum/helm-push.git'
- 'helm push ./durpapi-0.1.0.tgz ${CI_PROJECT_NAME}'