Content Preview
--- name: deployment-patterns description: 部署工作流、CI/CD流水线模式、Docker容器化、健康检查、回滚策略以及Web应用程序的生产就绪检查清单。 origin: ECC --- # 部署模式 生产环境部署工作流和 CI/CD 最佳实践。 ## 何时启用 * 设置 CI/CD 流水线时 * 将应用容器化(Docker)时 * 规划部署策略(蓝绿、金丝雀、滚动)时 * 实现健康检查和就绪探针时 * 准备生产发布时 * 配置环境特定设置时 ## 部署策略 ### 滚动部署(默认) 逐步替换实例——在发布过程中,新旧版本同时运行。 ``` Instance 1: v1 → v2 (update first) Instance 2: v1 (still running v1) Instance 3: v1 (still running v1) Instance 1: v2 Instance 2: v1 → v2 (update second) Instance 3: v1 Instance 1
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/deployment-patterns.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/docs/zh-CN/skills/deployment-patterns/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at docs/zh-CN/skills/deployment-patterns/SKILL.md
Related Skills
Orchestrating Deployment Pipelines
This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with
skill-adapterorchestrating deployment pipelines
by jeremylongshore · plugins-plus-skills
Managing Deployment Rollbacks
This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by
skill-adaptermanaging deployment rollbacks
by jeremylongshore · plugins-plus-skills
azd-deployment
Deploy containerized frontend + backend applications to Azure Container Apps with remote builds, managed identity, and idempotent infrastructure.
infrastructureazddeployment
by sickn33 (Antigravity) · antigravity-awesome-skills
deployment-engineer
Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation.
infrastructuredeployment
by sickn33 (Antigravity) · antigravity-awesome-skills