Choose a deployment source
ZIP upload
Best for build artifacts generated by CI.
GitHub repository
Best when Hyze Cloud should pull source from a connected repository.
Deploy from a ZIP
1
Package your app
Create a ZIP with the files Hyze Cloud should run. Include your app entrypoint and dependency manifest.
2
Send the deploy request
startupCommand is optional. Omit it (or pass auto) so Hyze detects the right start command. Override only when needed: -F "startupCommand=node server.js".3
Watch logs
Deploy from GitHub
UsePOST /api/apps/deploy-from-repo after connecting GitHub in the Dashboard.
Runtime checklist
Optional override examples:
node server.js, bun run start, python main.py.
Related endpoints
Apps reference
Deployment, lifecycle, logs, settings, and build history.
App backups
Create, restore, download, and delete app backups.

