deployment

Configure deployment settings and publish projects to production.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill deployment-se1111th
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/se1111th/VisionPort-Visual-Refresh_SRC/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/se1111th/VisionPort-Visual-Refresh_SRC --skill deployment-se1111th

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are often manual and error-prone. This Skill automates the setup of production deployment settings and streamlines publishing to make apps live reliably.

Core Features & Use Cases

  • Programmatic deployment configuration with deployConfig to set targets, run commands, build steps, and publicDir.
  • Guidance for autoscale, VM, scheduled, and static deployment targets to fit different project types.
  • Use Case: Prepare a production deployment workflow and publish the app once verification is complete.

Quick Start

Configure deployment settings for a web app and publish to production 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 settings to publish a project to production?

To configure deployment settings, you define a deployConfig that specifies the deploymentTarget, run commands, build steps, and publicDir. This automates the setup process and streamlines publishing to make apps live reliably.

What is the best way to automate deployment for static sites and scheduled tasks?

The best way to automate deployment for static sites and scheduled tasks is using programmatic deployment configuration. It provides specific guidance for autoscale, VM, scheduled, and static deployment targets to fit different project types.

Can I use this deployment configuration for websites, bots, and scheduled tasks?

Yes, this deployment configuration applies to websites, bots, and scheduled tasks. It satisfies functional requirements for deployConfig across these project types, ensuring production-ready deployment configurations.

How do I set up a production deployment workflow and publish after verification?

You set up a production deployment workflow by configuring the deployConfig with necessary targets and commands. Once verification is complete, you use the streamlined publishing workflow to safely publish the app to production.

What deployment targets are supported for autoscale and VM configurations?

Supported deployment targets include configurations for autoscale, VM, scheduled, and static deployments. This guidance fits different project types and helps prepare the appropriate production-ready deployment target.

Why are manual deployments error-prone and how can deployment configuration help?

Manual deployments are often error-prone due to human intervention. Deployment configuration automates the setup of production settings and streamlines publishing, making apps live reliably without manual errors.