Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
948569a659 | ||
|
|
50cdfd8180 |
@@ -16,7 +16,7 @@ spec:
|
||||
image: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: gitlab
|
||||
name: $DEPLOY
|
||||
volumeMounts:
|
||||
- mountPath: /app/db
|
||||
name: $DEPLOY
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user