deployment

Automate DigitalOcean App Platform deployments via GitHub Actions with doctl.

35|4|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/digitalocean-labs/do-app-platform-skills --skill deployment-digitalocean-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/digitalocean-labs/do-app-platform-skills/tree/main/skills/deployment
Command: npx skills add https://github.com/digitalocean-labs/do-app-platform-skills --skill deployment-digitalocean-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments to DigitalOcean App Platform via GitHub Actions can be error-prone without structured workflows, secret management, and environment awareness.

Core Features & Use Cases

  • Automates CI/CD workflows to deploy to App Platform using app_action v2.
  • Manages environment separation (staging/production) and secret propagation securely.
  • Provides templates and guidance for common deployment scenarios (single-env, multi-env, PR previews).

Quick Start

Configure a GitHub workflow that uses the app_action deploy action to push your code to App Platform.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate deployments to DigitalOcean App Platform using GitHub Actions?

You can automate DigitalOcean App Platform deployments using GitHub Actions by configuring CI/CD workflows with the app_action v2 deploy action to push code directly. This provides structured deployment orchestration via doctl and secure secret handling.

What is the best way to manage staging and production environments in a CI/CD workflow?

Managing staging and production environments in a CI/CD workflow requires environment separation and secure secret propagation. Using app_action v2 with GitHub Actions enables multi-environment deployments and targeted app spec management for each stage.

Can I generate preview environments for pull requests on DigitalOcean App Platform?

Yes, you can generate PR previews on DigitalOcean App Platform. The deployment Skill provides templates and guidance for common scenarios including PR previews, allowing you to validate changes before merging into your main environments.

Does the DigitalOcean app_action v2 support secure secret management for deployments?

The DigitalOcean app_action v2 supports secure secret management for deployments. It targets CI/CD workflows with secure secret propagation, ensuring sensitive data is handled correctly across your staging and production environments.