File contents Deployment Documentation
Table of Contents
Overview
Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies.
When to Use
Deployment guides
Infrastructure documentation
CI/CD pipeline setup
Configuration management
Container orchestration
Cloud infrastructure docs
Release procedures
Rollback procedures
Quick Start
Minimal working example:
# Deployment Guide
## Overview
This document describes the deployment process for [Application Name].
**Deployment Methods:**
- Manual deployment (emergency only)
- Automated CI/CD (preferred)
- Blue-green deployment
- Canary deployment
**Environments:**
- Development: https://dev.example.com
- Staging: https://staging.example.com
- Production: https://example.com
---
## Prerequisites
### Required Tools
// ... (see reference guides for full implementation)
```
## Reference Guides
Detailed implementations in the `references/` directory:
| Guide | Contents |
|---|---|
| [GitHub Actions Workflow](references/github-actions-workflow.md) | GitHub Actions Workflow |
| [Dockerfile](references/dockerfile.md) | Dockerfile |
| [docker-compose.yml](references/docker-composeyml.md) | docker-compose.yml |
| [Deployment Manifest](references/deployment-manifest.md) | Deployment Manifest |
## Best Practices
### ✅ DO
- Use infrastructure as code
- Implement CI/CD pipelines
- Use container orchestration
- Implement health checks
- Use rolling deployments
- Have rollback procedures
- Monitor deployments
- Document emergency procedures
- Use secrets management
- Implement blue-green or canary deployments
### ❌ DON'T
- Deploy directly to production
- Skip testing before deploy
- Forget to backup before migrations
- Deploy without rollback plan
- Skip monitoring after deployment
- Hardcode credentials
- Deploy during peak hours (unless necessary)
---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->
1 --- 2 name: aj-geddes-useful-ai-prompts-deployment-documentation 3 description: Deployment Documentation 4 --- 5 6 # Deployment Documentation 7 8 ## Table of Contents 9 10 - [Overview](#overview) 11 - [When to Use](#when-to-use) 12 - [Quick Start](#quick-start) 13 - [Reference Guides](#reference-guides) 14 - [Best Practices](#best-practices) 15 16 ## Overview 17 18 Create comprehensive deployment documentation covering infrastructure setup, CI/CD pipelines, deployment procedures, and rollback strategies. 19 20 ## When to Use 21 22 - Deployment guides 23 - Infrastructure documentation 24 - CI/CD pipeline setup 25 - Configuration management 26 - Container orchestration 27 - Cloud infrastructure docs 28 - Release procedures 29 - Rollback procedures 30 31 ## Quick Start 32 33 Minimal working example: 34 35 ````markdown 36 # Deployment Guide 37 38 ## Overview 39 40 This document describes the deployment process for [Application Name]. 41 42 **Deployment Methods:** 43 44 - Manual deployment (emergency only) 45 - Automated CI/CD (preferred) 46 - Blue-green deployment 47 - Canary deployment 48 49 **Environments:** 50 51 - Development: https://dev.example.com 52 - Staging: https://staging.example.com 53 - Production: https://example.com 54 55 --- 56 57 ## Prerequisites 58 59 ### Required Tools 60 61 // ... (see reference guides for full implementation) 62 ``` 63 64 ## Reference Guides 65 66 Detailed implementations in the `references/` directory: 67 68 | Guide | Contents | 69 |---|---| 70 | [GitHub Actions Workflow](references/github-actions-workflow.md) | GitHub Actions Workflow | 71 | [Dockerfile](references/dockerfile.md) | Dockerfile | 72 | [docker-compose.yml](references/docker-composeyml.md) | docker-compose.yml | 73 | [Deployment Manifest](references/deployment-manifest.md) | Deployment Manifest | 74 75 ## Best Practices 76 77 ### ✅ DO 78 79 - Use infrastructure as code 80 - Implement CI/CD pipelines 81 - Use container orchestration 82 - Implement health checks 83 - Use rolling deployments 84 - Have rollback procedures 85 - Monitor deployments 86 - Document emergency procedures 87 - Use secrets management 88 - Implement blue-green or canary deployments 89 90 ### ❌ DON'T 91 92 - Deploy directly to production 93 - Skip testing before deploy 94 - Forget to backup before migrations 95 - Deploy without rollback plan 96 - Skip monitoring after deployment 97 - Hardcode credentials 98 - Deploy during peak hours (unless necessary) 99 100 --- 101 > Converted and distributed by [TomeVault](https://tomevault.io/claim/aj-geddes) — claim your Tome and manage your conversions. 102 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/aj-geddes--useful-ai-prompts--deployment-documentation commit f6c7c3ebce
Frequently asked questions How do I install the Aj Geddes Useful AI Prompts Deployment Documentation skill? Run npx skillmds@latest add tomevault-io/aj-geddes-useful-ai-prompts-deployment-documentation in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Aj Geddes Useful AI Prompts Deployment Documentation skill do? Deployment Documentation It is listed under Docs & Writing on SkillMD.
Is Aj Geddes Useful AI Prompts Deployment Documentation safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Aj Geddes Useful AI Prompts Deployment Documentation? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Aj Geddes Useful AI Prompts Deployment Documentation free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Aj Geddes Useful AI Prompts Deployment Documentation? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.