deployment

Configure and publish projects for autoscale, VM, scheduled, or static hosting deployment.

Updated Aug 4, 2025
One-click install
npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill deployment-nirajrathod19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/nirajrathod19/Inlytix_BI/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/nirajrathod19/Inlytix_BI --skill deployment-nirajrathod19

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring and publishing your project, making it accessible to users and ensuring it runs efficiently in production environments.

Core Features & Use Cases

  • Deployment Configuration: Set up various deployment targets like autoscale, VM, scheduled, or static hosting.
  • Build & Run Commands: Define custom build and run commands tailored to your project's needs.
  • Use Case: After developing a web application, use this Skill to configure it for autoscale deployment, specifying the necessary run command to launch a production server like Gunicorn.

Quick Start

Configure your project for autoscale deployment with the run command 'gunicorn --bind=0.0.0.0:5000 app:app'.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure my project for production deployment to a virtual machine or autoscale target?

You configure production deployment by specifying the deploymentTarget parameter along with custom build and run commands, enabling your project to publish efficiently across various hosting environments like autoscale and virtual machines.

What deployment targets are supported for publishing a web application?

Supported deployment targets include autoscale, virtual machines, scheduled jobs, and static hosting, allowing diverse application types like web apps, bots, and static sites to run efficiently in production environments.

Can I define custom build and run commands for my production server?

Yes, you can define custom build and run commands tailored to your project's needs, such as specifying the run command 'gunicorn --bind=0.0.0.0:5000 app:app' to launch a production server for autoscale deployment.

Does this deployment configuration work with static sites and scheduled jobs?

Yes, the deployment configuration supports defining custom build and run commands for diverse application types including static sites and scheduled jobs, requiring precise parameterization of the publicDir and deploymentTarget for successful execution.

What parameters are required for successful project publishing and configuration?

Successful project publishing requires precise parameterization of deploymentTarget, run, build, and publicDir settings to ensure the configuration executes properly across the various supported production hosting environments.