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.

