Fix zola autostart
This commit is contained in:
@@ -28,9 +28,13 @@ spec:
|
||||
- name: zola-build
|
||||
image: ghcr.io/getzola/zola:v0.19.2
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
- cd /src && zola build --output-dir /public
|
||||
- /bin/zola
|
||||
args:
|
||||
- --root
|
||||
- /src
|
||||
- build
|
||||
- --output-dir
|
||||
- /public
|
||||
volumeMounts:
|
||||
- name: source
|
||||
mountPath: /src
|
||||
|
||||
Reference in New Issue
Block a user