Skip to content

Redeploy safely

Redeploy updates an existing ready app instead of creating a new one.

Ask your agent:

Redeploy this project to the existing Kyno app. Keep its URL, environment, and persistent data.

The agent uses redeploy_files for local files or redeploy_repository for a public GitHub repository.

  • App ID and private URL
  • Runtime variables and secrets
  • Persistent /data disk

Kyno builds the replacement before stopping the current runtime. It then starts the replacement. If the replacement does not start successfully, Kyno attempts to restart the previous image.

Redeploy briefly restarts the app. It is not a zero-downtime deployment.

Only a ready web app can be redeployed. Automations and apps in another state do not use this path.