Deployment Rollback Alert
On critical service deployment failure: LLM assesses blast radius and rollback safety, notifies on-call with rollback recommendation (auto or manual).
Overview
**What it does**: Webhook (deployment failure from CI/CD) → IF service_tier=critical → fetch deployment metadata (version, services, users affected, time since deploy) → LLM assesses: is it safe to auto-rollback? (no DB migrations, no data loss risk?) + blast radius + recovery time estimate → Slack to #incident-war-room with recommendation + rollback button. **Setup (5 steps)**: 1. Configure deployment webhook: CI/CD system → point to n8n on deploy failure 2. Tag service criticality: API=critical, background-job=non-critical (in deploy metadata) 3. Set rollback policy: auto (safe services), manual (stateful services) 4. Configure Slack channel: #incident-war-room 5. Test: trigger test deploy failure; verify recommendation + rollback link **Apps/nodes**: Webhook, IF condition (criticality), OpenAI (safety assessment), Slack (rich notification with rollback button). **Credentials required**: Slack workspace, OpenAI account, CI/CD system webhook capability. **Difficulty**: Medium | **Setup time**: 10 minutes. **Business outcome**: Deploy failures auto-remediate (critical services safe to rollback) → production incidents ↓ duration 70%, team confidence ↑, blast radius ↓ contained.
What's included
Quickstart
- 01
Download the JSON
With an active Library Pass, download the workflow file right from this page or your dashboard.
- 02
Import into n8n
Choose Import from File and select the downloaded JSON. The full agent graph appears, ready to configure.
- 03
Plug in credentials
Each integration node prompts for credentials on first run. The setup guide lists every credential the agent expects.
- 04
Activate and test
Run once with sample input, confirm the expected output, then flip the activate toggle.
Frequently Asked Questions
How do I import this workflow into n8n?
What credentials do I need to provide?
Are the credentials included in the JSON file?
Can I edit or customize the workflow after importing?
What n8n version is required?
What if something breaks after I import it?
Can I use this workflow for my customers or business?
Will the workflow receive updates?
Do I need n8n Pro or a paid plan?
Can I ask for a custom workflow?
Reviews (0)
No reviews yet. Be the first.
Sign in to leave a review.
Included with any pass
This agent — and every other in the library — comes with a Library Pass. One pass, the whole catalog.
Get a Library Pass- Every agent in the library
- All new releases while active
- Unlimited downloads
- Commercial-use license
- Priority email support
- 30-day money-back guarantee
More in Incident Response
Event Correlation & Root Cause Finder
On incident: correlate events from the past hour, identify the first event in the chain, LLM forensics the root cause and proposes remediation.
Kubernetes Pod CrashLoop Alert
Detect K8s pod crashes; fetch last 50 logs; LLM diagnoses (app error, OOMKilled, liveness probe, etc.) and suggests recovery steps — escalate to #k8s-alerts.
On-Call Handoff Summary
Daily at shift change: auto-generate handoff summary (current on-call, incoming on-call, active incidents, recent alerts, watch-items) — posted to #oncall-handoff.