Deployments

Chronoter Platform enables automatic deployment through GitHub repository integration. This page explains how deployment works and how to check deployment history.

How Deployment Works

Automatic Deployment

When you push to the connected branch of your GitHub repository, build and deployment are automatically triggered.

Push to GitHub → Build starts → Reflected on documentation site

Manual Rebuild

You can also manually trigger a rebuild from the Project dashboard.

  1. Access the Project dashboard
  2. Click the "Manual Update" button
  3. Build starts with the latest repository content

Manual rebuild button


Build History

You can check past build history on the Project dashboard.

Build history

History Fields

FieldDescription
ActivityBuild trigger (auto/manual/system)
StatusBuild state
InformationMessages about the build

Activity Types

TypeDescription
AutoAutomatic deployment triggered by GitHub push. Committer name is displayed
ManualDeployment triggered by manual rebuild
SystemAutomatic processing by the system

Status Types

StatusDescription
PendingBuild is waiting
RunningBuild is in progress
SucceededBuild completed successfully
FailedBuild failed

When Build Fails

When a build fails, an error message is displayed in the "Information" column of the history.

Check the error message and run chronoter dev in your local environment to identify the issue. After fixing the problem, push to GitHub and the build will automatically run again.