modify _deploy.conf to use ./templates

This commit is contained in:
mischa 2021-01-03 13:55:46 +01:00
parent 223917e319
commit bdc07c5b07

View File

@ -12,7 +12,7 @@ VMS="./vms"
ETC="."
IMAGES="."
HTDOCS="."
TEMPLATES="."
TEMPLATES="./templates"
# vm.conf
MEMORY="512M"
DISKSIZE="50G"