deployment

Configure deployment settings, publish projects, and inspect server logs.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill deployment-akhilksap2026
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/akhilksap2026/YMSNOW27032026/tree/main/replit/.local/skills/deployment
Command: npx skills add https://github.com/akhilksap2026/YMSNOW27032026 --skill deployment-akhilksap2026

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure deployment settings, publish your project, and debug deployment issues.

Core Features & Use Cases

  • Configure deployment for production environments across websites, bots, and scheduled tasks.
  • Publish apps and monitor production status, logs, and errors.
  • Debug deployment problems by inspecting server logs and runtime configuration.

Quick Start

Configure deployment settings for production and review server logs.

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 environments?

Configure deployment settings by defining target environments in artifact.toml. This deployment configuration supports multiple targets including autoscale, VM, scheduled tasks, and static hosting for web apps and bots.

Why does my app deployment fail when publishing new versions?

Diagnose deployment failures by fetching and inspecting server logs. The Skill provides helper functions to review runtime configuration and verify settings across your production environment to isolate the failure.

Can I use artifact.toml to set up autoscale and scheduled task deployments?

Yes, artifact.toml production configuration supports multiple deployment targets. You can configure autoscale, VM, scheduled, and static targets to deploy websites, bots, and scheduled tasks.

What's the best way to monitor production status and server logs after publishing?

Monitor production status by fetching deployment logs using provided helper functions. You can review server logs and runtime configuration to verify settings and track errors across web apps and scheduled tasks.

Does this deployment automation work for both web apps and scheduled tasks?

Yes, deployment automation applies to web apps, bots, and scheduled tasks. It automates publishing, production environment setup, and troubleshooting across these multiple deployment targets defined in artifact.toml.