Deployment Workflow

Document Laravel Deployer deployment workflows for staging and production.

1|Updated May 28, 2025
One-click install
npx skills add https://github.com/hackur/web-standards-playground-showcase --skill deployment-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Deployment Workflow
Source: https://github.com/hackur/web-standards-playground-showcase/tree/main/.claude-laravel-backup/skills/deployment-workflow
Command: npx skills add https://github.com/hackur/web-standards-playground-showcase --skill deployment-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill documents deployment processes for understanding and troubleshooting only.

Claude Code CANNOT execute deployment commands - these are HUMAN-ONLY operations that can cause outages or data loss if misused.

Core Features & Use Cases

  • Production and staging deployment workflow documentation
  • Health checks, cache management, and rollback planning
  • Troubleshooting deployment failures and reviewing deployment logs

Quick Start

Use the Deployment Workflow skill to review the production deployment steps in ./scripts/prod.sh and staging steps in ./scripts/staging.sh. This will help you understand the sequence without executing any commands.

Frequently Asked Questions about Deployment Workflow

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

FAQPage Schema
How do I document a Laravel deployment workflow safely without executing commands?

Deployment Workflow clarifies and documents Laravel Deployer deployment processes for understanding and troubleshooting only. Review your ./scripts/prod.sh and ./scripts/staging.sh files to understand deployment sequences, health checks, cache management, and rollback procedures without executing any commands, which must remain human-only operations.

What should a production deployment workflow include for Laravel applications?

A production deployment workflow documents structured configuration, modular architecture, explicit command mappings, health checks, cache handling, and rollback support. Deployment Workflow guides you through these components applied to staging and production scenarios to enable safe, repeatable deployments and troubleshooting.

How do I troubleshoot a failed Laravel deployment?

Review deployment logs and the documented workflow steps in your deployment scripts to identify where the failure occurred. Deployment Workflow helps you understand the sequence of health checks, cache management, and rollback procedures to diagnose and address deployment failures.

Can I use Deployment Workflow to plan rollback procedures?

Yes. Deployment Workflow documents rollback procedures as part of safe, repeatable deployment planning for Laravel applications. It guides you through rollback steps and related procedures to prepare for deployment reversals without executing commands.

What's the difference between staging and production deployment documentation?

Deployment Workflow documents both staging and production deployment scenarios with distinct procedures. Production deployments require stricter health checks and rollback planning, while staging deployments allow faster iteration—both are documented for human operators to review and execute safely.