Skip to main content
Use GitHub deployments when your source code already lives in a repository.

Goal

Create an app from a repository and optionally enable auto deploys.

When to use

Use this flow for production apps, team workflows, and branch-based deploys.

Example

How it works

Hyze Cloud pulls the selected branch, installs dependencies, and starts the app.
startupCommand is optional — omit it or set "auto" so Hyze detects the right command (Vite, Next, Node, static, Python…). Pass a custom command only when you need to override detection.
Enable autoDeploy when pushes to the branch should trigger new deployments.

Next steps

View logs

Inspect startup and runtime output.

Apps API

See all app endpoints.
Last modified on July 19, 2026