Apply changes to k8s yaml on commit to master: fix #12

This commit is contained in:
Josh Mize 2019-12-29 20:56:50 -06:00
Родитель 19d6c408a1
Коммит 1b314b1e80
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -5,3 +5,16 @@ update:
- oregon-b-shell
script:
- ./update_docker.sh commit
apply:
tags:
- iowa-c
only:
changes:
- "k8s/*"
refs:
- master
variables:
KUBECONFIG: /home/gitlab-runner/.kube/iowa-a.kubeconfig
script:
- kubectl apply -f k8s