Skip to content

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."

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. |

  • 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.
illustrative — requires deploy infrastructure
wheels deploy redeploy
wheels deploy redeploy --release=abc1234