Skip to main content
This is the shortest deploy path for CI systems that produce a ZIP artifact: one curl, no SDK.

Deploy

startupCommand is optional. Omit it (or use auto) and Hyze detects the right command. Override only if needed:

In a CI script

set -euo pipefail makes the pipeline fail if the deploy fails — no silently broken deploys.

Verify

Next steps

View logs

Confirm the app started correctly.

Manage secrets

Add production environment variables.
Last modified on September 1, 2026