Files
KArtSell.Aegis/docs/Design/kbx-foundation-v60-status-canonical-contract-hardening/deploy/kbx/README.md
T
kjh2064 3f293d8aa8
deploy / deploy (push) Successful in 1m52s
deploy / notify (push) Successful in 1s
V13-FE-006: consolidate approved UI and contract hardening
2026-08-13 02:41:00 +09:00

26 lines
817 B
Markdown

# KBX Deployment Contract
KBX v22는 **동일한 immutable artifact를 환경 간 승격**하고, 환경별 차이는 외부 Configuration/Secret으로 주입하는 것을 기본으로 합니다.
## 기본 승격 순서
```text
Build once
Static governance / unit / integration / canonical scenarios
Staging
↓ configuration validation
↓ migration dry-run + predeploy DbUp
↓ smoke / scenario evidence
Production
↓ configuration validation
↓ migration dry-run + predeploy DbUp
↓ same artifact promotion
```
Production에서 애플리케이션 시작 시 DB Schema를 자동 변경하지 않습니다.
Secret은 `.env`, `appsettings*.json`, generated manifest에 실제 값을 기록하지 않습니다. `deploy/kbx/*.example`은 key/shape만 보여주는 예제입니다.