Compare commits

...

2 Commits

Author SHA1 Message Date
ducoterra
948569a659 spacing... spacing 2020-04-25 12:21:31 -04:00
ducoterra
50cdfd8180 wrong configmap 2020-04-25 12:14:42 -04:00
2 changed files with 9 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ spec:
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
envFrom:
- configMapRef:
name: gitlab
name: $DEPLOY
volumeMounts:
- mountPath: /app/db
name: $DEPLOY

View File

@@ -6,3 +6,11 @@ html, body {
.section, .container {
height: 100%;
}
.container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
text-align: center;
}