deployment

Configure deployment targets and publish projects to production environments.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/bcwgames/FNaF-TVE --skill deployment-bcwgames
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/bcwgames/FNaF-TVE/tree/main/Five-Nights-At-Freddys-The-Virtual-Experience/.local/skills/deployment
Command: npx skills add https://github.com/bcwgames/FNaF-TVE --skill deployment-bcwgames

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure and publish a project for production, and diagnose deployment issues across environments.

Core Features & Use Cases

  • Configure production deployment targets (autoscale, vm, scheduled, static).
  • Publish projects and monitor deployment logs to troubleshoot failures.
  • Read reference materials for deployment failures and logs to guide debugging across environments.

Quick Start

Configure deployment settings and publish your app to production.

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 a production environment?

To configure deployment settings, you can define configurable run and build commands, set up multiple deployment targets like autoscale or vm, and validate your .replit configuration to prepare your project for production.

What is the best way to troubleshoot deployment failures and production logs?

The best way to troubleshoot deployment failures is by monitoring production logs and reading built-in reference materials that guide debugging across environments to diagnose post-publish issues.

Can I use this to publish different types of apps like websites, bots, and APIs?

Yes, you can publish websites, bots, and APIs by applying configurable deployment settings and targeting multiple deployment environments such as autoscale, vm, scheduled, and static.

How do I reconfigure deployment targets after an initial publish?

You can reconfigure deployment targets after publishing by using exposed functions that validate and update your .replit deployment settings, allowing you to adjust run or build commands as needed.

Why is my deployment configuration not working as expected?

Your deployment configuration may not be working due to invalid .replit settings or incorrect build commands; you can use reference materials to validate configurations and diagnose failures across targets.

When do I need to configure multiple deployment targets for my app?

You need to configure multiple deployment targets when your app requires different environments like autoscale, vm, scheduled, or static, allowing you to manage distinct run and build commands for each production scenario.