Drone CI

Receive build notifications and log deployments as changes to correlate with incidents.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Drone CI.

Configure Drone CI

Add the webhook URL in your Drone CI settings.

Auto-Detected

Alert24 auto-detects Drone CI payloads and maps them to incidents.

Step-by-Step Setup Instructions

Drone CI Webhook Setup

1.In your .drone.yml, add a webhook step:
steps:
  - name: notify
    image: plugins/webhook
    settings:
      urls: <WEBHOOK_URL>
    when:
      status: [success, failure]
2.Commit and push

Example Webhook Payload

This is a sample payload that Drone CI sends to Alert24 when an alert fires.

{
  "event": "push",
  "build": {
    "status": "failure",
    "message": "Fix payment processing",
    "link": "https://drone.example.com/org/repo/42"
  },
  "repo": {
    "slug": "org/my-repo"
  }
}

How Alert24 Maps Drone CI Data

Status Field

build.status

Message Field

build.message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusDrone CI Values
operational
success
down
failureerrorkilled

Connect Drone CI to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations