From ce667680385827fd2a67990539d9ded45b1da91c Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 1 Feb 2023 16:03:33 -0500 Subject: [PATCH] 3 --- deployment/deploy.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/deployment/deploy.sh b/deployment/deploy.sh index 790b768..c116319 100755 --- a/deployment/deploy.sh +++ b/deployment/deploy.sh @@ -402,13 +402,14 @@ export PRIMARY_WWW_FQDN="$WWW_HOSTNAME.$DOMAIN_NAME" stub_site_definition +# bring the VMs up under the primary domain name. +instantiate_vms + + echo "HERE" exit 1 -# bring the VMs up under the primary domain name. -instantiate_vms - # let's stub out the rest of our site definitions, if any. for DOMAIN_NAME in ${OTHER_SITES_LIST//,/ }; do export DOMAIN_NAME="$DOMAIN_NAME"