Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
438ae0fa93 | ||
|
|
f9017ad302 | ||
|
|
7bd7bde188 |
@@ -36,8 +36,6 @@ test:
|
||||
- python manage.py test
|
||||
|
||||
deploy:
|
||||
variables:
|
||||
DEPLOY: test
|
||||
stage: deploy
|
||||
only:
|
||||
variables:
|
||||
@@ -51,5 +49,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
|
||||
@@ -1,2 +1,3 @@
|
||||
image: hub.ducoterra.net/ducoterra/button
|
||||
tag: 1.0.2
|
||||
tag: 1.0.2
|
||||
secret: true
|
||||
Reference in New Issue
Block a user