Command Line Tools
wheels deploy redeploy
Re-run the deploy flow. Equivalent to wheels deploy — boots, ships, cuts traffic — but semantically signals “no new code; just reassert state.”
Synopsis
Section titled “Synopsis”wheels deploy redeploy [--release=<v>] [--destination=<name>] [--dry-run]| Flag | Description |
|---|---|
--release=<v> | Version to redeploy. Defaults to current git short sha. |
--destination=<name> | Overlay deploy.<name>.yml and .kamal/secrets.<name>. |
--dry-run | Print commands without executing. |
When to use
Section titled “When to use”- A host was added or recovered from downtime and you need to re-converge it.
- An env value changed in
.kamal/secrets— redeploy picks up the new value for running containers (they’re replaced). - A hook needs to fire even though no code changed.
Examples
Section titled “Examples”wheels deploy redeploywheels deploy redeploy --release=abc1234