deployment

Configure deployment targets and analyze server logs for published applications.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill deployment-adminsairolotech-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/adminsairolotech-bit/sai-rolotech-smart-engines --skill deployment-adminsairolotech-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deployment tasks like publishing, configuring production settings, and diagnosing live issues can be error-prone and time-consuming.

Core Features & Use Cases

  • Configure deployment targets (autoscale, vm, scheduled, static) to match the project needs.
  • Publish your app to production and monitor its health.
  • Read and analyze server logs to diagnose production issues and errors.
  • Use reference documents for scenario-specific guidance when needed.

Quick Start

Configure deployment for production and publish your app 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 for production applications?

Configure production deployment settings by defining deployment targets like autoscale, vm, scheduled, or static to match project needs. Programmatic deployment configuration applies to websites, bots, and scheduled tasks so you can publish apps with the correct production environment.

What is the best way to diagnose production errors from server logs?

Diagnose production errors by retrieving and analyzing server logs to pinpoint issues in published applications. Log retrieval allows you to review server outputs across websites, bots, and scheduled tasks to identify the root cause of live production failures.

Can I automate publishing for scheduled tasks and bots?

Yes, you can automate publishing for scheduled tasks and bots by applying deployment configuration to these specific target types. The automation supports programmatic deployment configuration, ensuring your scheduled tasks and bots are published to production reliably.

How do I retrieve deployment logs to troubleshoot a failed publish?

Retrieve deployment logs to troubleshoot a failed publish by fetching server logs specific to the published application. Analyzing these logs helps diagnose production issues and errors, allowing you to identify exactly why the deployment failed.

Does this deployment configuration work with autoscale and static targets?

Yes, this deployment configuration explicitly supports both autoscale and static targets alongside vm and scheduled options. You can configure these deployment targets to match your specific project needs before publishing your app to production.

Why are my production settings not applying correctly to my published app?

Production settings may not apply correctly if the deployment configuration does not match the intended target type. Review your deployConfig settings and fetch deployment logs to diagnose configuration mismatches across your websites, bots, or scheduled tasks.