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

Update .gitlab-ci.yml

parent f84e85e7
No related branches found
No related tags found
No related merge requests found
Pipeline #21145 failed
......@@ -31,6 +31,7 @@ API Kube deploy:
script:
- sed -i "s^__IMAGE__^${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}^" ./k8s/deployment.yml
- sed -i "s^__NAMESPACE__^${NAMESPACE}^" ./k8s/deployment.yml ./k8s/identifier.yml ./k8s/service.yml
- kubectl version
- kubectl get pods -n cbio-on-demand
- kubectl apply -f ./k8s
- kubectl rollout status -f ./k8s/deployment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment