Chào AIVO — pipeline deploy của tusgino
TL;DR — Bài mẫu kiểm chứng toàn bộ component Tier 1 của AIVO.
Luồng deploy
Xem dữ liệu diagram
type: flowchart
title: Luồng deploy
nodes:
- id: push
label: push main
- id: build
label: Action build
focal: true
- id: cf
label: Cloudflare Pages
edges:
- [push, build]
- [build, cf]Cài đặt
pnpm builddist/ built trong 12s
export default { output: 'static' };Các bước
- Viết bàiTạo file
.mdxtrongcontent/posts/. - Mở PRPreview deploy tự động cho mọi PR.
- Merge mainAction build rồi deploy production.
Số liệu
| Bước | Thời gian |
|---|---|
| Build | 12s |
| Deploy | 90s |
Trích dẫn mẫu: deploy tĩnh là deploy ít bất ngờ nhất. — tusgino
- Pipeline: push main → build → Cloudflare Pages.
- Frontmatter sai thì build fail ngay.