Start here. This is the direct spoken answer to practice first.
Why this question matters
A failed production deployment needs safe mitigation, focused diagnosis, and clear communication at the same time. Pipeline status alone is not enough to decide whether to retry, roll back, roll forward, or stop the release.
I would first check what changed and what is failing. I would look at the deployment logs, application startup logs, health checks, error rate, recent configuration changes, migration status, and whether the issue affects all users or one path. Then I would decide whether to rollback, roll forward, disable a feature flag, or fix configuration.