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.
Which One Should You Use?
| Use case | Command |
|---|---|
| ”This deploy is good; tag it.” | floo releases promote |
| ”This deploy is bad; go back.” | floo deploys rollback |
| ”I need the build/build logs first.” | floo deploys list + floo deploys logs |