diff --git a/www/go.sh b/www/go.sh index ddbafb7..39b6337 100755 --- a/www/go.sh +++ b/www/go.sh @@ -25,6 +25,8 @@ for DOMAIN_NAME in ${DOMAIN_LIST//,/ }; do BUILD_CLAMS=true fi + export BUILD_CLAMS="$BUILD_CLAMS" + ### Let's check to ensure all the requiredsettings are set. if [ "$DEPLOY_GHOST" = true ]; then if [ -z "$GHOST_MYSQL_PASSWORD" ]; then diff --git a/www/stub/nginx_yml.sh b/www/stub/nginx_yml.sh index 16af14d..ddf9bd7 100755 --- a/www/stub/nginx_yml.sh +++ b/www/stub/nginx_yml.sh @@ -23,11 +23,11 @@ for DOMAIN_NAME in ${DOMAIN_LIST//,/ }; do export SITE_PATH="$SITES_PATH/$DOMAIN_NAME" # source the site path so we know what features it has. + source ../../../deployment_defaults.sh source ../../project_defaults.sh source "$SITE_PATH/site.conf" source ../../domain_env.sh - for LANGUAGE_CODE in ${SITE_LANGUAGE_CODES//,/ }; do # We create another ghost instance under / @@ -64,14 +64,10 @@ done cat >> "$DOCKER_YAML_PATH" <> "$DOCKER_YAML_PATH" <> "$DOCKER_YAML_PATH" <> "$DOCKER_YAML_PATH" <