Rename 'COMPOSER_*' -> 'DEPLOY_*' and remove unuused variables

This commit is contained in:
Tom Wiesing 2020-06-29 10:23:05 +02:00
parent 109cb27731
commit 613fb3fe6e
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
6 changed files with 29 additions and 42 deletions

View file

@ -1,11 +1,6 @@
# All WissKi and Drupal Installations are contained within a single directory.
# The name of each subfolder corresponds to the appropriate domain name.
# This variable determines the subfolder to place installations into.
DRUPAL_ROOT=/var/www/factory
# Furthermore, several docker-compose files are created to manage global services and the system itself.
# These will be placed into a folder, set its' path here.
COMPOSER_ROOT=/var/www/deploy
# Several docker-compose files are created to manage global services and the system itself.
# On top of this all real-system space will be created under this directory.
DEPLOY_ROOT=/var/www/deploy
# The system can support setting up certificate(s) automatically.
# It can be enabled by setting an email for certbot certificates.