Skip to content
Snippets Groups Projects
Verified Commit f07cb020 authored by Martin Weise's avatar Martin Weise
Browse files

WIP

parent 14e042c2
No related branches found
No related tags found
No related merge requests found
...@@ -169,12 +169,14 @@ stages: ...@@ -169,12 +169,14 @@ stages:
deploy-staging: deploy-staging:
image: docker.io/alpine:${ALPINE_VERSION} image: docker.io/alpine:${ALPINE_VERSION}
stage: deploy stage: deploy
variables:
KUBECONFIG: ./kubecfg
environment: environment:
name: staging/datalab name: staging/datalab
url: ${CI_ENV_STAGING_URL} url: ${CI_ENV_STAGING_URL}
before_script: before_script:
- apk add --no-cache helm kubectl - apk add --no-cache helm kubectl
- echo ${CI_K8S_CONFIG} | base64 -d > ~/.kube/config - echo ${CI_K8S_CONFIG} | base64 -d > ./kubecfg
- helm dependency update ./helm/seaweedfs - helm dependency update ./helm/seaweedfs
- helm package ./helm/seaweedfs --destination ./build - helm package ./helm/seaweedfs --destination ./build
- helm dependency update ./helm/dbrepo - helm dependency update ./helm/dbrepo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment