Compare commits

...

2 Commits
1.0.4 ... 1.0.6

Author SHA1 Message Date
ducoterra
f9017ad302 sleep for pod to spin up 2020-10-12 16:55:24 -04:00
ducoterra
7bd7bde188 add secret true to values 2020-10-12 16:46:51 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -51,5 +51,6 @@ deploy:
- chmod +x /usr/bin/kubectl
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- helm upgrade --install $DEPLOY ./helm --set image=$CI_REGISTRY_IMAGE --set tag=$CI_COMMIT_TAG
- sleep 10
- POD=$(kubectl get pods --selector=app=$DEPLOY --output=jsonpath='{.items[*].metadata.name}')
- kubectl exec $POD -- python manage.py migrate

View File

@@ -1,2 +1,3 @@
image: hub.ducoterra.net/ducoterra/button
tag: 1.0.2
tag: 1.0.2
secret: true