deployment-patterns

Standardize deployment patterns for CI/CD pipelines with Docker and GitHub Actions.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/a2mus/ecc-antigravity --skill deployment-patterns-a2mus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment-patterns
Source: https://github.com/a2mus/ecc-antigravity/tree/main/skills/deployment-patterns
Command: npx skills add https://github.com/a2mus/ecc-antigravity --skill deployment-patterns-a2mus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardize and automate deployment patterns to reduce release risk and manual toil during software delivery.

Core Features & Use Cases

  • Deployment strategies: Rolling (default), Blue-Green, Canary
  • Multi-stage Dockerfiles: optimized build to production images
  • GitHub Actions CI/CD pipelines: automated build, test, and deployment
  • Health checks and readiness probes: ensure reliable production deployment
  • Production readiness checklist: guardrails for security, monitoring, and rollback

Quick Start

Configure your project to adopt the deployment-patterns templates and run the included CI/CD workflow to bootstrap a production-ready release.

Frequently Asked Questions about deployment-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize deployment patterns for safe releases in Kubernetes?▼

You can standardize deployment patterns by adopting templates for rolling, blue-green, and canary strategies, which reduce release risk and manual toil during software delivery to Kubernetes.

What's the best way to set up automated rollback procedures and health checks in CI/CD pipelines?▼

The best way to set up rollback procedures and health checks is by using standardized CI/CD pipelines that include readiness probes and automated rollback steps to ensure reliable production deployment.

Does this deployment approach work with GitHub Actions and multi-stage Dockerfiles?▼

Yes, this deployment approach works directly with GitHub Actions CI/CD pipelines and supports multi-stage Dockerfiles to optimize builds from development environments into production-ready images.

How do I configure canary deployments to reduce release risk for containerized apps?▼

You can configure canary deployments by applying standardized deployment templates that route a subset of traffic to new containers, reducing release risk through gradual rollout and automated health checks.

When do I need a production readiness checklist for Docker image builds?▼

You need a production readiness checklist when preparing Docker image builds for release, as it provides guardrails for security, monitoring, and rollback to ensure safe production deployment.

Can I use these deployment patterns without existing health probes in my containerized apps?▼

You can adopt these deployment patterns without existing health probes, but the templates include health checks and readiness probes that you must configure to ensure reliable production deployment.