deployment

Automate production deployments with validation, backup, and rollback across Docker Compose and SSH pipelines.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LucasBiason/cursor-multiagent-system --skill deployment-lucasbiason
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/LucasBiason/cursor-multiagent-system/tree/main/skills/infrastructure/deployment
Command: npx skills add https://github.com/LucasBiason/cursor-multiagent-system --skill deployment-lucasbiason

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive framework for production deployments, including validation, backup, and best practices to ensure safe, repeatable releases.

Core Features & Use Cases

  • Standardized deployment processes across Docker Compose, SSH, and CI/CD pipelines.
  • Mandatory pre-deploy validation (development test, migrations, environment variables, health checks, and logs).
  • Safe deployment workflows for multiple platforms (Hostinger, Render, Vercel) with rollback and post-deploy validation.
  • Comprehensive post-deploy checklist and troubleshooting guidance for production stability.

Quick Start

  1. Ensure environment variables and migrations are prepared.
  2. Deploy via Docker Compose: make up-prod or docker compose up -d --build
  3. Check health and logs: make health; make logs

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate production deployments with Docker Compose and ensure safe rollbacks?▼

Automate production deployments by enforcing pre-deploy validation, backups, and post-deploy health checks. You can deploy via Docker Compose using `make up-prod`, verify stability with `make health`, and execute comprehensive rollback procedures if validation fails.

What pre-deploy validation checks do I need before running a CI/CD pipeline to production?▼

Mandatory pre-deploy validation requires running development tests, applying database migrations, verifying environment variables, and confirming health checks and logs. These checks ensure a safe, repeatable release process before triggering your CI/CD pipeline.

Can I use this deployment workflow across multiple hosting platforms like Render and Vercel?▼

Yes, the standardized deployment workflow supports multiple hosting platforms including Hostinger, Render, and Vercel. It applies consistent rollback capabilities and post-deploy validation across these environments to maintain production stability.

What is the best way to handle SSH-based deployments while maintaining production stability?▼

The best way to handle SSH-based deployments is using a standardized framework that mandates pre-deploy checks, automates backups, and provides a comprehensive post-deploy checklist with troubleshooting guidance to immediately address production stability issues.

Why do I need a post-deploy checklist and how does it validate my production release?▼

A post-deploy checklist validates your production release by verifying health status and reviewing application logs after deployment. It provides troubleshooting guidance to catch issues early and ensures comprehensive rollback procedures are ready if needed.