p2b-deno-deploy

Manage Deno Deploy app lifecycles, environment variables, and CI/CD workflows via REST API v2 and GitHub Actions workflows.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/uriva/p2b-skills --skill p2b-deno-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: p2b-deno-deploy
Source: https://github.com/uriva/p2b-skills/tree/main/deno-deploy
Command: npx skills add https://github.com/uriva/p2b-skills --skill p2b-deno-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates deployment failures, configuration hangs, and environment variable errors by providing a standardized, robust path for managing Deno Deploy applications and CI/CD pipelines.

Core Features & Use Cases

  • VM-less Management: Perform app discovery, environment variable updates, and revision status checks directly via REST API without risking VM hangs.
  • Canonical CI/CD: Implement a single, reliable GitHub Actions workflow that handles idempotent app creation and production deployments.
  • Use Case: Use this skill to safely update environment variables for a production app or to troubleshoot a failed deployment revision using the provided diagnostic checklists.

Quick Start

Use the p2b-deno-deploy skill to list all available applications reachable by your organization token.

Frequently Asked Questions about p2b-deno-deploy

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

FAQPage Schema
How do I automate Deno Deploy CI/CD workflows using GitHub Actions?

Automate Deno Deploy CI/CD by implementing a standardized GitHub Actions workflow that handles idempotent application creation and production deployments. This approach prevents configuration hangs and ensures reliable service availability.

Why does my Deno Deploy application hang during VM-based CLI deployments?

Deno Deploy CLI deployments often hang due to VM limitations during execution. You can prevent these VM hangs by managing application lifecycles, environment variables, and revision status checks directly via the REST API v2 instead of relying on CLI commands.

How do I update environment variables for a production Deno Deploy app?

Update production Deno Deploy environment variables directly through the REST API v2. This VM-less management approach allows safe updates and troubleshooting of failed deployment revisions without risking CLI-based configuration hangs.

What access tokens do I need to manage Deno Deploy lifecycles via REST API?

Managing Deno Deploy lifecycles via REST API requires valid organization-level access tokens. Adhering to this canonical deployment pipeline with proper tokens ensures persistent, reliable service availability for your dynamic web applications and relay servers.

What is the best way to troubleshoot a failed Deno Deploy revision?

The best way to troubleshoot a failed Deno Deploy revision is using diagnostic checklists combined with REST API v2 revision status checks. This method bypasses VM limitations to directly identify and resolve deployment configuration errors.