mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-07-11 23:26:32 +02:00
89e89d4aa3
Add Chinese (Simplified) translations for all documentation, organized under a dedicated zh/ directory that mirrors the English folder structure. Co-authored-by: tanqingkuang <tanqingkuang@users.noreply.github.com> Translations originally contributed by @tanqingkuang in #45. Restructured from *-CN.md suffix pattern into zh/ directory to prevent the EPUB builder (scripts/build_epub.py collect_folder_files) from picking up Chinese files via glob("*.md") inside module folders.
16 lines
250 B
Markdown
16 lines
250 B
Markdown
---
|
|
name: Deploy
|
|
description: 将应用部署到生产或预发环境
|
|
---
|
|
|
|
# 应用部署
|
|
|
|
执行部署工作流:
|
|
|
|
1. 运行部署前检查
|
|
2. 构建应用
|
|
3. 运行测试
|
|
4. 部署到目标环境
|
|
5. 运行健康检查
|
|
6. 在 Slack 上通知团队
|