Added gitserver and removed FTP
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
command:
|
||||
- /bin/bash
|
||||
- -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:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user