fix: hardcode subdomains to hub/noc/www/auth
This commit is contained in:
parent
ea82a51307
commit
b684242eb9
1 changed files with 5 additions and 5 deletions
10
deploy.sh
10
deploy.sh
|
|
@ -25,11 +25,11 @@ else
|
||||||
DOMAIN="${DOMAIN:-nextwks.eu}"
|
DOMAIN="${DOMAIN:-nextwks.eu}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Subdomain prefixes (override via .env: APP_SUBDOMAIN=hub DNS_SUBDOMAIN=noc)
|
# Subdomain prefixes (hardcoded — change here if needed)
|
||||||
APP_SUB="${APP_SUBDOMAIN:-app}"
|
APP_SUB="hub"
|
||||||
DNS_SUB="${DNS_SUBDOMAIN:-dns}"
|
DNS_SUB="noc"
|
||||||
WWW_SUB="${WWW_SUBDOMAIN:-www}"
|
WWW_SUB="www"
|
||||||
AUTH_SUB="${AUTH_SUBDOMAIN:-auth}"
|
AUTH_SUB="auth"
|
||||||
|
|
||||||
# --- Mode detection ---
|
# --- Mode detection ---
|
||||||
GREENFIELD=false
|
GREENFIELD=false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue