Start with deploy history
Promote a release
Promote takes the latest live dev deploy and deploys it to production. Optionally tag it:Roll back to a previous deploy
Use rollback when the live deploy needs to be replaced immediately:floo deploys list --app my-app. A rollback re-points traffic at the earlier image and does not run migrate_command; it is not a schema downgrade.
Which one should you use?
Recommended workflow
Dashboard surface
The shipped app detail view has a Releases tab for promoted releases. The CLI remains the primary surface for choosing rollback targets and executing the rollback itself.Logs and debugging
Read build and runtime logs before deciding whether to roll back.
Environments
Dev vs prod, promotion, and per-environment overrides.