diff options
author | mischa <mischa@rx.high5.nl> | 2021-01-03 13:55:46 +0100 |
---|---|---|
committer | mischa <mischa@rx.high5.nl> | 2021-01-03 13:55:46 +0100 |
commit | bdc07c5b074a927230361bfe2720e6ddcf37961c (patch) | |
tree | 6cb1a3719e785b52e543a86e1809241ee4a08a72 | |
parent | 223917e319354a53746e8a1ecdc17f6834df23a1 (diff) |
modify _deploy.conf to use ./templates
-rw-r--r-- | _deploy.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_deploy.conf b/_deploy.conf index 1257359..1bec0f4 100644 --- a/_deploy.conf +++ b/_deploy.conf @@ -12,7 +12,7 @@ VMS="./vms" ETC="." IMAGES="." HTDOCS="." -TEMPLATES="." +TEMPLATES="./templates" # vm.conf MEMORY="512M" DISKSIZE="50G" |