deployment-procedures

Installation
Summary

Deployment principles and decision-making framework for safe production releases.

  • Covers five core deployment phases: prepare, backup, deploy, verify, and confirm/rollback, with platform-specific procedures for Vercel, Railway, Docker, Kubernetes, and VPS environments
  • Includes pre-deployment verification across code quality, build, environment, and safety categories, plus post-deployment health checks and monitoring windows
  • Provides rollback strategies by platform and decision criteria for when to rollback versus fix forward
  • Teaches zero-downtime deployment patterns (rolling, blue-green, canary) and emergency response procedures for service outages
  • Emphasizes principles and reasoning over scripts, encouraging adaptation to your specific platform and risk profile
SKILL.md

Deployment Procedures

Deployment principles and decision-making for safe production releases. Learn to THINK, not memorize scripts.


⚠️ How to Use This Skill

This skill teaches deployment principles, not bash scripts to copy.

  • Every deployment is unique
  • Understand the WHY behind each step
  • Adapt procedures to your platform

1. Platform Selection

Related skills
Installs
541
GitHub Stars
37.3K
First Seen
Jan 20, 2026