deployment

Configure deployment targets, publish apps, and fetch filtered deployment logs.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill deployment-catrabbit499
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/CatRabbit499/Digital_Portfolio/tree/main/templatemo_600_prism_flux/projects/CS-240/Lab-Portfolio/Lab-Portfolio-Dec_8_2025/.local/skills/deployment
Command: npx skills add https://github.com/CatRabbit499/Digital_Portfolio --skill deployment-catrabbit499

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure deployment pipelines, publish apps, and debug production issues to streamline release cycles.

Core Features & Use Cases

  • Configure deployment targets (autoscale, vm, scheduled, static) for various project types (web apps, bots, APIs)
  • Publish, monitor, and fetch logs to diagnose runtime problems in production environments
  • Use cases include building deployment workflows, incremental releases, and rollback checks

Quick Start

Configure deployment targets for your project and publish when ready.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure deployment targets for web apps, APIs, and bots?

You can configure deployment targets using deployConfig, which supports autoscale, vm, scheduled, and static targets for websites, APIs, and bots across development, staging, and production environments.

How do I fetch production logs to debug runtime issues after publishing?

To fetch production logs for debugging, use fetchDeploymentLogs with afterTimestamp and beforeTimestamp parameters, and apply message filtering to isolate specific runtime errors during deployment workflows.

Can I use this to automate CI/CD workflows for incremental releases?

Yes, this automates deployment configuration, publishing, and log debugging to streamline CI/CD release cycles, supporting incremental releases and rollback checks across various project types and environments.

Does this support configuring build processes and public directories for static sites?

Yes, deployConfig supports specifying run and build commands alongside publicDir, enabling static site publishing and custom build processes for different deployment targets and project types.

What's the best way to diagnose deployment failures across staging and production environments?

The best way to diagnose deployment failures is using fetchDeploymentLogs with timestamp filters and message matching to retrieve and analyze runtime logs from staging or production targets after publishing.