Deployments
Follow a NexHost release from source preparation through build, startup, and readiness.
Deployments#
Every deployment records the source, configuration, build output, and final status. Open Deployments from the dashboard to see releases across the workspace or use a project’s deployment history for a single service.
Release flow#
- Source — NexHost prepares the selected repository, archive, folder, or image.
- Dependencies and build — the configured install and build commands run when required.
- Publish or start — a Static Site publishes its output directory; a runtime service starts its configured process.
- Readiness — public runtime services must pass their configured HTTP health path before the release is ready.
The release detail page shows which step failed. A successful build followed by a failed health check is a startup/configuration issue, not a source-build issue.
Review a deployment#
Open a deployment to review its source information, framework detection where available, output directory, build log, and timestamps. Use Retry deployment only after correcting the relevant source or configuration problem.
Restore a release#
When the project shows a previous successful release, use the restore action on that release to make it active again. Review the release summary before confirming the change so the correct service and version are selected.