Fix zola autostart
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 5s

This commit is contained in:
Ultradesu
2026-04-20 11:08:09 +03:00
parent 7d322103cf
commit 16010ea70e
+7 -3
View File
@@ -28,9 +28,13 @@ spec:
- name: zola-build - name: zola-build
image: ghcr.io/getzola/zola:v0.19.2 image: ghcr.io/getzola/zola:v0.19.2
command: command:
- sh - /bin/zola
- -c args:
- cd /src && zola build --output-dir /public - --root
- /src
- build
- --output-dir
- /public
volumeMounts: volumeMounts:
- name: source - name: source
mountPath: /src mountPath: /src