releases promote

Promote a Release to make it the active deployment. If no Release is specified, promotes the most recent Release. This triggers a rolling update to deploy the new Release, gradually replacing old Processes with new ones.

Syntax

$ convox releases promote [release]

Flags

Flag Short Description
--app -a App name
--rack -r Rack name
--wait -w Wait for completion

Example Usage

$ convox releases promote RABCDEF -a myapp
Promoting RABCDEF... OK

See Also