digitalocean-app-deployment

Community

Simplify DigitalOcean App Platform deployments.

Authorvanman2024
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a streamlined deployment lifecycle for applications to DigitalOcean App Platform, handling validation, app spec generation, deployment, domain configuration, and health verification.

Core Features & Use Cases

  • App Spec Generation: auto-detects app type (Docker/Node.js/Python/static) and outputs .do/app.yaml
  • Deployment Orchestration: create or update apps on App Platform, manage services and databases
  • Environment & Domain Management: configure environment variables, domains, regions, and scaling
  • Use Case: Deploy a Node.js app with a database and a custom domain with zero downtime.

Quick Start

Validate your app with the validation script, generate app spec using generate-app-spec.sh, and deploy with deploy-to-app-platform.sh .do/app.yaml.

Dependency Matrix

Required Modules

doctljq

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: digitalocean-app-deployment
Download link: https://github.com/vanman2024/dev-lifecycle-marketplace/archive/main.zip#digitalocean-app-deployment

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository