deploy-caprover

Deploys the current directory's app to the specified destination.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vorluno/Vorluno-Planilla --skill deploy-caprover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-caprover
Source: https://github.com/vorluno/Vorluno-Planilla/tree/main/.claude/skills/deploy-caprover
Command: npx skills add https://github.com/vorluno/Vorluno-Planilla --skill deploy-caprover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment of the Vorluno Planilla application to a CapRover instance, ensuring a streamlined and reliable release process.

Core Features & Use Cases

  • Automated Deployment: Triggers deployments via GitHub webhooks upon pushing to the master branch.
  • Build Process Management: Orchestrates Docker builds for both frontend (React/Vite) and backend (.NET).
  • Configuration Management: Guides users on critical files and environment variables required for successful deployment.
  • Troubleshooting: Provides diagnostics for common build and deployment failures.
  • Use Case: When a new feature is merged into master, this Skill ensures it's automatically built, deployed, and available on the production URL.

Quick Start

Use the deploy-caprover skill to check the status of the latest deployment.

Frequently Asked Questions about deploy-caprover

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

FAQPage Schema
How do I automate deployment to CapRover on DigitalOcean?

Automating CapRover deployment on DigitalOcean is achieved by triggering builds via GitHub webhooks when pushing to the master branch. The process orchestrates Docker builds for React and .NET components, managing environment variable configuration automatically to streamline releases.

How does the Docker build pipeline work for React and .NET applications?

The Docker build pipeline orchestrates builds for both the React/Vite frontend and .NET backend. It manages the container build process, ensuring both components compile correctly and are configured with the necessary environment variables for production deployment.

Do I need GitHub webhooks to trigger deployments with this setup?

Yes, GitHub webhooks are required to trigger deployments automatically upon pushing to the master branch. This automated CI/CD process ensures new features merged into master are built and available on the production URL without manual intervention.

Why is my CapRover deployment failing during the Docker build?

CapRover deployment failures during Docker builds often stem from missing critical files or incorrect environment variable configuration. Troubleshooting diagnostics are provided to identify common build and deployment issues, ensuring compliance requirements are met.

What is the best way to manage environment variables for a CapRover deployment?

Managing environment variables for CapRover deployment involves configuring critical files required for successful builds. The process provides guidance on setting up these variables to ensure the React frontend and .NET backend function correctly in production.