Skip to content
Snippets Groups Projects
Commit 1c6fdbfd authored by Ľuboslav Pivarč's avatar Ľuboslav Pivarč
Browse files

add mellon to beta

parent e518cdc0
No related branches found
No related tags found
No related merge requests found
Pipeline #25069 failed
stages:
- prepare
- build
- deploy
......@@ -76,6 +77,17 @@ deploy to k8s:
#BETA
mellon beta:
stage: prepare
variables:
NAMESPACE: -beta
script:
- cd mellon/${CI_COMMIT_REF_NAME}
- kubectl -n cbio-on-demand${NAMESPACE} create configmap cert --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.cert
- kubectl -n cbio-on-demand${NAMESPACE} create configmap xml --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.xml
only:
- beta
cBioDb build beta:
<<: *cbio-db-build-template
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment