If the post-deployment verification fails:
- Identify Failure: Review the GitHub Actions log for the 'Post-Deployment Verification' step.
- Git Revert: Run
git revert <commit_hash>to undo the faulty deployment. - Automated Fix: Push the revert commit to
mainto trigger a clean deployment of the previous stable version.