mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-08-30 12:30:36 +02:00
Added comprehensive examples for Claude Code features including slash commands, subagents, memory, MCP protocol, skills, and plugins with documentation and quick reference guides. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
265 B
Markdown
15 lines
265 B
Markdown
---
|
|
name: Rollback
|
|
description: Rollback to previous deployment
|
|
---
|
|
|
|
# Rollback Deployment
|
|
|
|
Rollback to previous stable version:
|
|
|
|
1. Identify previous deployment
|
|
2. Verify rollback target is healthy
|
|
3. Execute rollback procedure
|
|
4. Run health checks
|
|
5. Notify team
|