10 lines
287 B
YAML
10 lines
287 B
YAML
|
|
kind: deployment
|
||
|
|
ingress:
|
||
|
|
host: "main-build.chk.mintcloud.ch"
|
||
|
|
customDomain: "main.build"
|
||
|
|
clusterIssuerRef: letsencrypt-http-prod
|
||
|
|
gitUrl: https://codeberg.org/Mint-System/Main.Build
|
||
|
|
additionalEnvs:
|
||
|
|
BASE_URL: https://main.build
|
||
|
|
taskCommands: install,build
|
||
|
|
caddyRoot: public
|