Skip to content
Snippets Groups Projects
Commit fc2106bc authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Add CI stage for auto deploy to MEDINA k8s

parent faae5317
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ variables: ...@@ -8,6 +8,7 @@ variables:
stages: stages:
- build - build
- push - push
- deploy
before_script: before_script:
- export SERVICE=cce-frontend - export SERVICE=cce-frontend
...@@ -34,3 +35,10 @@ push: ...@@ -34,3 +35,10 @@ push:
only: only:
- master - master
deploy:
stage: deploy
script:
- docker run --rm curlimages/curl -I -X POST "https://xlab:110bb809200c797e6031787b51a049b819@cicd.medina.esilab.org/jenkins/job/medina/job/wp4/job/task_4.1/job/cce-deploy/buildWithParameters?PRJ_ENV=dev&PRJ_IMAGE_TAG=latest&YAMLS_OVERRIDE="
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment