This is a feature I used on Heroku & CapRover whereby in the event a deployment introduces an unexpected bug, we can immediately rollback the deployment to a previous bug-free version while a hotfix is being actioned & deployed.
Is this feature available with App Platform?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This is really not acceptable. In case of complex web apps such as angular Build and Redeploy takes ~15 minutes We cant potentially have production down because of revert. Is there really no way of leveraging existing docker images?
Currently there is no rollback functionality in the App Platform. The only option would be forward-deployment (e.g. by reverting commits to your git repo and manually or auto-deploying those).