Add info about GitCommit to the About page
This commit is contained in:
parent
88fe02e604
commit
32e7e20a3b
@ -2,6 +2,8 @@
|
|||||||
hugo:
|
hugo:
|
||||||
image:
|
image:
|
||||||
tag: $ARGO_APP_IMAGE_TAG
|
tag: $ARGO_APP_IMAGE_TAG
|
||||||
|
env:
|
||||||
|
HUGO_PARAMS_GITCOMMIT: $ARGO_APP_IMAGE_TAG
|
||||||
istio:
|
istio:
|
||||||
annotations:
|
annotations:
|
||||||
link.argocd.argoproj.io/env: https://badhouseplants.net/
|
link.argocd.argoproj.io/env: https://badhouseplants.net/
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
env:
|
env:
|
||||||
HUGO_PARAMS_GITBRANCH: $ARGO_APP_BRANCH
|
HUGO_PARAMS_GITBRANCH: $ARGO_APP_BRANCH
|
||||||
HUGO_PARAMS_REMARK42URL: https://remark42-$ARGO_APP_HOSTNAME
|
HUGO_PARAMS_REMARK42URL: https://remark42-$ARGO_APP_HOSTNAME
|
||||||
|
HUGO_PARAMS_GITCOMMIT: $ARGO_APP_IMAGE_TAG
|
||||||
remark42:
|
remark42:
|
||||||
istio:
|
istio:
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -23,6 +23,7 @@ taxonomies:
|
|||||||
tag: tags
|
tag: tags
|
||||||
params:
|
params:
|
||||||
GitBranch: main
|
GitBranch: main
|
||||||
|
GitCommit: unknown
|
||||||
Remark42ID: remark
|
Remark42ID: remark
|
||||||
Remark42URL: https://remark42.badhouseplants.net
|
Remark42URL: https://remark42.badhouseplants.net
|
||||||
ShowBreadCrumbs: true
|
ShowBreadCrumbs: true
|
||||||
|
@ -11,4 +11,7 @@ I'm not a pro mixing engineer of course, but it's what I'm aiming for.
|
|||||||
|
|
||||||
Also, I'm a beatmaker, you can find my bets on this site, just go to the [Beats section]({{< ref "beats" >}}). I'm not leasing them, I want one beat to be used one time by one artist. And again, I'm not a well-known beatmaker, so you can just let me know if you like anything, and we'll figure it out.
|
Also, I'm a beatmaker, you can find my bets on this site, just go to the [Beats section]({{< ref "beats" >}}). I'm not leasing them, I want one beat to be used one time by one artist. And again, I'm not a well-known beatmaker, so you can just let me know if you like anything, and we'll figure it out.
|
||||||
|
|
||||||
> The last build is [![Build Status](https://drone.badhouseplants.net/api/badges/badhouseplants/badhouseplants-net/status.svg?ref=refs/heads/{{< param GitBranch >}})](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)
|
---
|
||||||
|
### Information about the build
|
||||||
|
Build from the commit [{{< param GitCommit >}}](https://git.badhouseplants.net/badhouseplants/badhouseplants-net/commit/{{< param GitCommit >}})
|
||||||
|
[![Build Status](https://drone.badhouseplants.net/api/badges/badhouseplants/badhouseplants-net/status.svg?ref=refs/heads/{{< param GitBranch >}})](https://drone.badhouseplants.net/badhouseplants/badhouseplants-net)
|
||||||
|
Reference in New Issue
Block a user