Fix zola autostart
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user