Show Git commit on website
This commit is contained in:
@@ -84,6 +84,17 @@
|
||||
color: #111827;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.revision {
|
||||
margin: 0.75rem 0 0;
|
||||
color: #bfdbfe;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f8fafc;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@@ -101,6 +112,7 @@
|
||||
<li>PROD release</li>
|
||||
</ul>
|
||||
<div class="environment">Current environment: {{ .Values.environment }}</div>
|
||||
<p class="revision">Git commit: <code>{{ .Values.gitCommit }}</code></p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user