FEATURE: Deployment rollback #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow rolling back to the previous successful deployment.
Scope
previous_image_idin apps tablePOST /apps/:id/rollbackendpointRef: TODO.md Phase 3.2
make me a PR for this
The rollback feature is already implemented on main (migration 006,
Rollbackmethod,POST /apps/:id/rollbackendpoint, UI button). I added the missing test coverage in PR #78.