deployment-procedures

Guide production deployment procedures with validation and rollback strategies.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Tai-ch0802/skills-bundle --skill deployment-procedures-tai-ch0802
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-procedures
Source: https://github.com/Tai-ch0802/skills-bundle/tree/main/i18n/zh-TW/deployment-procedures
Command: npx skills add https://github.com/Tai-ch0802/skills-bundle --skill deployment-procedures-tai-ch0802

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexities and risks associated with deploying applications to production environments, ensuring a structured and safe process.

Core Features & Use Cases

  • Deployment Principles: Understand the core concepts behind safe and effective deployments.
  • Platform-Specific Strategies: Learn how deployment varies across different platforms (Vercel, Railway, VPS, Docker, Kubernetes).
  • Pre- & Post-Deployment Checks: Implement crucial validation steps before and after deployment.
  • Rollback Strategies: Prepare for and execute rollback procedures when issues arise.
  • Zero-Downtime Techniques: Explore methods like rolling updates, blue-green, and canary deployments.
  • Use Case: A developer needs to deploy a new version of their web application to a VPS. This Skill guides them through the necessary pre-deployment checks, the deployment steps using PM2, post-deployment verification, and a clear rollback plan if issues occur.

Quick Start

Guide me through the principles of a safe deployment for a web application.

Frequently Asked Questions about deployment-procedures

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

FAQPage Schema
How do I deploy a web application to production with zero downtime?

Zero downtime deployment uses rolling updates, blue-green, or canary strategies to maintain availability. This Skill provides decision-making frameworks for applying these techniques across static sites, microservices, and serverless architectures safely.

What is the best way to execute a production rollback after a failed deployment?

A production rollback requires predefined emergency response strategies and validation checks. This Skill outlines how to prepare and execute rollback procedures across platforms like Vercel, Railway, VPS, Docker, and Kubernetes to recover quickly.

What pre-deployment and post-deployment checks do I need for a VPS deployment?

Pre-deployment and post-deployment checks involve crucial validation steps before and after releasing changes. This Skill guides you through necessary verification procedures for VPS environments, including using PM2 and confirming application stability.

How do deployment strategies differ across platforms like Docker, Kubernetes, and serverless architectures?

Deployment strategies vary significantly by platform, requiring tailored approaches for Docker, Kubernetes, and serverless architectures. This Skill covers platform-specific principles and zero-downtime techniques to ensure safe, structured releases across different environments.

When should I use canary deployments instead of blue-green deployment techniques?

Canary deployments route traffic incrementally to validate changes, whereas blue-green switches traffic between two identical environments. This Skill provides decision-making frameworks to choose the appropriate zero-downtime technique based on your architecture.