HubDocs

CLI reference / hub app <name>

hub app <name> redeploy

Deploy the branch head again (from GitHub), or rebuild the current release (uploaded).

Usage

hub app <name> redeploy [options]

Arguments

ArgumentDescription
<name>The app, or app/instance for an instance other than prod, such as my-app/staging.

Options

OptionDescription
--logsPrint the full build log instead of the compact summary.
--detachReturn once the redeploy starts, without following the release.

On this page