docs: release delivery — binary + 2 packages

This commit is contained in:
Accusys
2026-05-13 21:11:31 +08:00
parent 301da0810f
commit 96a96b4e88

View File

@@ -0,0 +1,48 @@
# Release Binary & Packages — 交付
**Date**: 2026-05-13
**From**: M5
**To**: M4
**Ref**: `2026-05-13_release_binary_owner.md`
---
## 交付清單
| Item | 檔案 | 大小 |
|------|------|-----|
| **momentry binary** | `momentry_v1.0.0` | 21 MB |
| **release binary** | `release_v1.0.0` | 3.5 MB |
| **Charade MP4 package** | `aeed7134_v20260513_130839.tar.gz` | 942 MB |
| **YouTube Charade package** | `23b1c87_v20260513_130952.tar.gz` | 956 MB |
### Build Info
```
Version: 1.0.0
Commit: d34bcae + 11 commits
Binary: target/release/momentry (release profile, optimized)
Build time: 2026-05-13 21:07
```
## 存放位置
```
/Users/accusys/momentry_core_0.1/release/delivery/v1.0.0_20260513_2115/
├── momentry_v1.0.0 (21 MB)
├── release_v1.0.0 (3.5 MB)
├── aeed7134_...130839.tar.gz (942 MB)
└── 23b1c87_...130952.tar.gz (956 MB)
```
## 部署順序M4 執行)
```
1. 部署 momentry_v1.0.0(取代 port 3002 production binary
2. 建立 .env.productionDATABASE_SCHEMA=public
3. 啟動 maintenance mode
4. ALTER TABLE public.chunks RENAME TO chunk;
5. deploy aeed7134 package
6. deploy 23b1c87 package
7. 關閉 maintenance mode
```