-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Is your feature request related to a problem? Please describe.
Not directly related to a specific problem, but currently there is no way to revert to a previous deployment in case something goes wrong. This can make it risky to deploy changes, especially in production environments.
Describe the solution you'd like
I would like QuickStack to support rolling back to a previous deployment of an App. This feature would make it much easier and safer to recover from failed or problematic deployments.
Describe alternatives you've considered
I haven’t found a reliable way to handle this within the current system. Manual workarounds might exist, but a built-in rollback feature would provide a safer and more streamlined experience.
Additional context
Apologies if this feature already exists and I simply missed it.