Release: <summary of changes>

This commit is contained in:
Danila Khodjaef
2026-07-07 14:30:38 +03:00
parent a86fdcce1b
commit ac1ae5794f
4 changed files with 254 additions and 2 deletions
+2 -1
View File
@@ -289,7 +289,7 @@ Expect JSON with `min_year` / `max_year`. HTML shell only from `curl` on `/` is
## Promote dev → prod (scheduled release)
~Weekly (or when explicitly releasing to prod). Not part of daily dev.
~Weekly (or when explicitly releasing to prod). Not part of daily dev. Full runbook with per-change decision matrix and rollback: [deploy-dev-to-prod.md](deploy-dev-to-prod.md).
1. Test on https://devgallery.mysuperlab.netcraze.pro
2. `npm run dev:db:backup`
@@ -331,6 +331,7 @@ Remote: https://gitea.mysuperlab.netcraze.pro/Danilka/Art-gallery
| Document | Contents |
|----------|----------|
| [deploy-dev-to-prod.md](deploy-dev-to-prod.md) | Step-by-step release runbook (code, DB, data, images) |
| [environments.md](environments.md) | Full dev/prod walkthrough |
| [setup.md](setup.md) | Install, env vars, troubleshooting |
| [data-and-images.md](data-and-images.md) | Catalog and image pipeline |