Moving setup_hugo.sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-23 23:42:36 -04:00
parent 4af624c4ab
commit 18d6453fca

View File

@@ -31,7 +31,9 @@ initContainers:
image: debian
tag: stable-slim
command: |
bash -c "/hugo.conf/setup_hugo.sh"
cp /hugo.conf/setup_hugo.sh /tmp/ &&
chmod +x /tmp/setup_hugo.sh &&
/tmp/setup_hugo.sh
securityContext:
runAsUser: 2000
runAsGroup: 2000