AI AGENT ADDONS

Deployment Patterns

affaan-m/ecc
DevOps & CI/CD
802installs

Safe deployment is important for any web application. This guide explains three key strategies: rolling, blue-green, and canary deployments. Each method helps you update your app with minimal risk.

You will also learn how to containerize your app using Docker. The examples show multi-stage builds for Node.js, Go, and Python. Health checks and rollback plans are included too.

Whether you are setting up a CI/CD pipeline or preparing for a production release, this skill gives you practical steps. Use it to make your deployments safer and smoother.

Add Deployment Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/deployment-patterns

Project

mkdir -p .claude/skills/deployment-patterns

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago