What problem does it solve?
Configures deployment settings, publishes your project, and helps you diagnose and fix production issues across environments.
Core Features & Use Cases
- Verify and replace an artifact's deployment configuration via verifyAndReplaceArtifactToml to safely update run/build commands without editing files directly.
- Schedule and announce deployment readiness with suggestDeploy, guiding users through the publishing flow from the main repl context.
- Fetch and analyze deployment logs with fetchDeploymentLogs to diagnose runtime errors and monitor health.
- Understand and choose deployment targets autoscale, vm, scheduled, and static to match your app's needs.
- Locate deployment configuration in PNPM workspaces (artifact.toml inside .replit-artifact) and keep .replit untouched, with artifact settings controlling run/build steps.
- Access reference materials like references/deployment-logs.md for in-depth guidance.
Quick Start
Update the artifact configuration with verifyAndReplaceArtifactToml and then trigger publishing with suggestDeploy when ready.