deploy

Installation
SKILL.md

Deployment & Infrastructure

Overview

Get code from CI to production safely. Covers environment setup, deployment strategies, and rollback procedures.

Core principle: Every deploy must be reversible. If you can't rollback in under 2 minutes, your deploy process is broken.

When to Use

  • Setting up production deployment for the first time
  • Adding staging environment
  • Configuring Kubernetes manifests
  • Setting up environment promotion (staging -> prod)
  • After docker-build and ci-pipeline are ready

Environment Strategy

Installs
3
GitHub Stars
3
First Seen
12 days ago
deploy — vndee/engineering-skills