docs(architecture): 📝 Refine deployment strategies in architecture guide with blue-green and canary deployment patterns

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Quinn Ftw 2026-01-29 23:29:46 -08:00
parent 80cd4841ed
commit c0df2bba56

View file

@ -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.
---