{
  "slug": "modules/deploys",
  "title": "Deploys module",
  "description": "Track every deployment across environments with health checks and rollback metadata.",
  "url": "https://cuitty.com/docs/modules/deploys",
  "markdown_url": "https://cuitty.com/docs/modules/deploys.md",
  "json_url": "https://cuitty.com/docs/modules/deploys.json",
  "frontmatter": {
    "title": "Deploys module",
    "description": "Track every deployment across environments with health checks and rollback metadata.",
    "order": 3,
    "section": "Modules",
    "updatedAt": "2026-04-27"
  },
  "headings": [
    {
      "depth": 1,
      "slug": "deploys-module",
      "text": "Deploys module"
    },
    {
      "depth": 2,
      "slug": "event-shape",
      "text": "Event shape"
    },
    {
      "depth": 2,
      "slug": "integrations",
      "text": "Integrations"
    }
  ],
  "body_markdown": "# Deploys module\n\nThe deploys module records every deployment event — when, where, what version, and whether it succeeded. It pairs naturally with CI pipelines and feature-flag systems.\n\n## Event shape\n\n```json\n{\n  \"type\": \"deploy\",\n  \"ts\": \"2026-04-27T13:00:00Z\",\n  \"data\": {\n    \"service\": \"api\",\n    \"version\": \"v1.4.2\",\n    \"environment\": \"production\",\n    \"status\": \"succeeded\",\n    \"commit\": \"ab12cd34\",\n    \"duration\": 87\n  }\n}\n```\n\n## Integrations\n\nBuilt-in plugins exist for GitHub Actions, GitLab CI, CircleCI, and Buildkite. Each emits the deploy event automatically when your pipeline reaches the `deploy` step.",
  "links_out": []
}