Deployment Tracking

Know exactly what's deployed where, automatically

Deployment tracking powered by git ancestry analysis. Three detection modes, rollback detection, and per-PR environment status. No manual input required.

Environments · acme/backendLast sync: 2 min ago
production
v2.14.0 · 4 PRsLive
staging
v2.15.0-rc1 · 7 PRsAhead +3
QA
v2.15.0-rc1 · 7 PRsTesting
dev
latest · 12 PRsDev
PR Environment Mapping
feat: user auth flow
@sarah · merged 3 days ago
prodstagingQA
fix: payment webhook
@tom · merged 1 day ago
stagingQA
feat: search filters v2
@anna · merged 4 hours ago
dev

Configure your environments once, track forever

  • Three detection modes to match your CI/CD workflow
  • Branch merge: detect when code is merged into a target branch
  • Webhook: receive a notification from your CI/CD pipeline
  • Manifest URL: poll a public URL that reports the current version
  • Mix and match modes across different environments
Detection Modes
production
Triggered on merge to main
Branch
staging
CI/CD pipeline notification
Webhook
QA
Polls https://qa.acme.com/version
Manifest
dev
Triggered on merge to develop
Branch

Git ancestry analysis maps each PR to its environments

  • Traces merge commits through the git graph
  • Maps every merged PR to the environments it has reached
  • See at a glance: "this PR is in staging but not yet in production"
  • No false positives because comparison uses actual commit SHAs, not branch names
Git Ancestry · v2.14.0
a3f9c12Merge: feat: user auth flowprod
b7e4d88Merge: fix: payment webhookprod
c1d5f44Merge: feat: search filtersstaging
d9a2e71Merge: refactor: db queriesdev

Automatic rollback detection, no false announcements

  • GitHood compares commit ancestry on every deployment event
  • Rollback detected when the new release is an ancestor of the previous one
  • Release notes and notifications are automatically held. No false "shipped" alerts
  • Rolled-back PRs are re-flagged with their correct environment status
  • Your support team can tell customers the truth, every time
Rollback Detected Alert
production rolled back
v2.15.0 → v2.14.0 · 12 min ago
3 PRs reverted · Notifications held
feat: search filters v2
Rolled back from prod
staging
fix: email sender config
Rolled back from prod
staging
chore: update deps
Rolled back from prod
staging

Stop asking "is it deployed?"

Deployment tracking across every environment, with rollback detection and per-PR status. No manual input.

Try now for free