From 7123f4c389ad6ee6a0ee313813117443043e5f8e Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sat, 25 Apr 2020 11:57:16 -0400 Subject: [PATCH] rogue ' --- .gitlab-ci.yml | 2 +- ui/static/ui/button.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83f6ce9..07ef958 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ deploy: - curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl - chmod +x ./kubectl - mkdir /deploy - - for f in $(find k8s -regex '.*\\.ya*ml'); do envsubst < $f > "/deploy/$(basename $f)"; done' + - for f in $(find k8s -regex '.*\\.ya*ml'); do envsubst < $f > "/deploy/$(basename $f)"; done - ./kubectl apply -f /deploy - ./kubectl rollout status deploy $DEPLOY - ./kubectl exec $(./kubectl get pods --selector=app=$DEPLOY --output=jsonpath='{.items[*].metadata.name}') -- python manage.py migrate \ No newline at end of file diff --git a/ui/static/ui/button.css b/ui/static/ui/button.css index e69de29..1f65394 100644 --- a/ui/static/ui/button.css +++ b/ui/static/ui/button.css @@ -0,0 +1,8 @@ +html, body { + height: 100%; + width: 100%; +} + +.section, .container { + height: 100%; +} \ No newline at end of file