Added gitserver and removed FTP

This commit is contained in:
2026-02-22 18:33:23 -05:00
parent 39b19c722d
commit 9a51a1b91f

View File

@@ -125,7 +125,7 @@
command: command:
- /bin/bash - /bin/bash
- -c - -c
- "apt update -y && apt install -y git && git clone {{ www_repo_url }} /tmp/www && cp -r /tmp/www/* /data/" - "apt update -y && apt install -y git && git clone {{ www_repo_url }} /tmp/www && cp -r /tmp/www/htdocs/* /data/"
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /data mountPath: /data