deployment

Configure production deployment settings and diagnose publish failures from logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps configure production publishing settings and troubleshoot failed or broken live deployments without guessing at runtime behavior.

Core Features & Use Cases

  • Configure deployment targets, run commands, build steps, and public directories for web apps, bots, scheduled jobs, and static sites.
  • Inspect deployment health, production URLs, and recent logs to diagnose startup failures, crashed releases, or missing environment variables.
  • Use case: when a published app fails health checks or shows errors in production, this Skill guides you through the right logs and configuration fixes.

Quick Start

Use the deployment skill to check the current deployment status, identify the failing build or runtime error, and update the run or build configuration before republishing.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I debug a failed production deployment on Replit?

To debug a failed production deployment, inspect deployment health, production URLs, and recent logs to identify startup crashes, build errors, or misconfigured releases before republishing.

Why does my web app fail health checks after publishing?

Web apps fail health checks due to startup crashes, build errors, or missing environment variables; diagnose the exact failure by comparing deployment logs against your environment configuration.

How do I configure deployment targets and build commands for a bot or API?

Configure deployment targets by specifying the correct run command, build command, and public directory for your web app, bot, API, or scheduled job before publishing.

Can I use this to diagnose startup crashes and missing environment variables?

Yes, you can diagnose startup crashes and missing environment variables by inspecting deployment health and recent logs, then applying environment comparison to identify misconfigured releases.

Does this deployment troubleshooting process work for static frontends and scheduled jobs?

Yes, the deployment troubleshooting process applies to static frontends and scheduled jobs by checking the specific run command, build command, or deployment target required for those formats.