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:
parent
80cd4841ed
commit
c0df2bba56
1 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue