Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Vercel prod deploy

# Auto-deploy to Vercel Production on every push to main. Triggered by the
# openbench-monitoring control plane after it merges a promote / rollback PR
# (or by any direct merge to main). Same VERCEL_TOKEN as the staging workflow.
# Auto-deploy to Vercel Production on every push to main (any merged PR).
# Same VERCEL_TOKEN as the staging workflow. The openbench-monitoring
# control plane that originally drove this was retired 2026-07-10; the
# workflow itself stays as the sole prod deploy path.
#
# Required GitHub secrets (Settings → Secrets and variables → Actions):
# VERCEL_TOKEN — vercel.com/account/tokens, scope = mobula-labs
Expand Down
1 change: 0 additions & 1 deletion infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ infrastructure/
│ └── prometheus.yml Scrape config. one job per benchmark
├── monitoring/ Full Railway monitoring stack: prometheus + grafana +
│ alertmanager + prom-gateway (see monitoring/README.md)
├── monitoring-ui/ Internal control plane (bench state dashboard, Railway)
└── prom-admin/ Admin UI for per-bench Prom TSDB wipes (Railway)
```

Expand Down
16 changes: 0 additions & 16 deletions infrastructure/monitoring-ui/.env.example

This file was deleted.

10 changes: 0 additions & 10 deletions infrastructure/monitoring-ui/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions infrastructure/monitoring-ui/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions infrastructure/monitoring-ui/README.md

This file was deleted.

905 changes: 0 additions & 905 deletions infrastructure/monitoring-ui/bun.lock

This file was deleted.

8 changes: 0 additions & 8 deletions infrastructure/monitoring-ui/next.config.ts

This file was deleted.

31 changes: 0 additions & 31 deletions infrastructure/monitoring-ui/package.json

This file was deleted.

1 change: 0 additions & 1 deletion infrastructure/monitoring-ui/postcss.config.js

This file was deleted.

Empty file.
11 changes: 0 additions & 11 deletions infrastructure/monitoring-ui/railway.json

This file was deleted.

30 changes: 0 additions & 30 deletions infrastructure/monitoring-ui/src/app/actions.ts

This file was deleted.

53 changes: 0 additions & 53 deletions infrastructure/monitoring-ui/src/app/api/logs/[slug]/route.ts

This file was deleted.

13 changes: 0 additions & 13 deletions infrastructure/monitoring-ui/src/app/globals.css

This file was deleted.

5 changes: 0 additions & 5 deletions infrastructure/monitoring-ui/src/app/healthz/route.ts

This file was deleted.

16 changes: 0 additions & 16 deletions infrastructure/monitoring-ui/src/app/layout.tsx

This file was deleted.

Loading
Loading