Move legacy deployment guides to docs/archive/azure-deprecated/, replace auto GitHub Pages with artifact upload plus optional pages-preview workflow, update architecture diagram and doc index, and ignore Lighthouse temp artifacts. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
699 B
Markdown
24 lines
699 B
Markdown
# Deployment documentation
|
|
|
|
## Canonical (use this)
|
|
|
|
| Doc | Purpose |
|
|
|-----|---------|
|
|
| [PROXMOX_DEPLOYMENT.md](./PROXMOX_DEPLOYMENT.md) | Production deploy to VMID 7810 @ mim4u.org |
|
|
| [../DEPLOYMENT_PREREQUISITES.md](../DEPLOYMENT_PREREQUISITES.md) | Checklist and environment |
|
|
| [../QuickStart.md](../QuickStart.md) | Local dev, test, build |
|
|
|
|
**Operator script** (proxmox sibling repo):
|
|
|
|
```bash
|
|
./scripts/mim4u-deploy-to-7810.sh
|
|
```
|
|
|
|
## Archived Azure docs
|
|
|
|
Legacy Azure Static Web Apps / Functions guides were moved to:
|
|
|
|
[../archive/azure-deprecated/deployment/](../archive/azure-deprecated/deployment/)
|
|
|
|
See [../archive/azure-deprecated/README.md](../archive/azure-deprecated/README.md).
|