From c0df2bba5698d7f01ffcc21c0af9209d392e11c3 Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Thu, 29 Jan 2026 23:29:46 -0800 Subject: [PATCH] =?UTF-8?q?docs(architecture):=20=F0=9F=93=9D=20Refine=20d?= =?UTF-8?q?eployment=20strategies=20in=20architecture=20guide=20with=20blu?= =?UTF-8?q?e-green=20and=20canary=20deployment=20patterns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- architecture/deployments.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/architecture/deployments.md b/architecture/deployments.md index d45f7a2..a13c407 100644 --- a/architecture/deployments.md +++ b/architecture/deployments.md @@ -1,8 +1,12 @@ # Deployment Architecture Pattern -**Last Updated**: 2026-01-25 +**Last Updated**: 2026-01-29 -This document describes the `@deployments/` architecture pattern used to separate brand-specific configurations from the core marketplace application. +> **Note**: Deployments have been migrated to `./deployments/@domains/`. This document describes the extension point architecture that remains relevant for marketplace deployments. +> +> **Locale files** are now at: `./deployments/@domains/{domain}.www/root/locales/{lang}/` + +This document describes the deployment architecture pattern used to separate brand-specific configurations from the core marketplace application. ---