Rename legacy storefront app and references to carplace
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Replace storefront naming across source, tests, docs, config, and production scripts. Rename the legacy top-level app directory and Carplace component files, remove duplicate storefront startup scripts, and refresh the lockfile.
This commit is contained in:
@@ -100,9 +100,7 @@ export_compose_env_from_file() {
|
||||
done < "${ENV_FILE}"
|
||||
|
||||
if [[ -z "${NEXT_PUBLIC_CARPLACE_URL:-}" ]]; then
|
||||
if [[ -n "${NEXT_PUBLIC_STOREFRONT_URL:-}" ]]; then
|
||||
NEXT_PUBLIC_CARPLACE_URL="${NEXT_PUBLIC_STOREFRONT_URL%/}/carplace"
|
||||
elif [[ -n "${SITE_ORIGIN:-}" ]]; then
|
||||
if [[ -n "${SITE_ORIGIN:-}" ]]; then
|
||||
NEXT_PUBLIC_CARPLACE_URL="${SITE_ORIGIN%/}/carplace"
|
||||
fi
|
||||
export NEXT_PUBLIC_CARPLACE_URL
|
||||
|
||||
Reference in New Issue
Block a user