thermograph/.forgejo/workflows
Emi Griffith 82e68e89f0
All checks were successful
PR build (required check) / changes (pull_request) Successful in 9s
secrets-guard / encrypted (pull_request) Successful in 8s
PR build (required check) / build-frontend (pull_request) Has been skipped
PR build (required check) / build-backend (pull_request) Has been skipped
PR build (required check) / validate-observability (pull_request) Has been skipped
PR build (required check) / gate (pull_request) Successful in 2s
Run the ERA5 lake service in every environment
The lake was prod-stack-only; beta and LAN fell straight to NASA. Now the
compose stack gets the same service (backend image, THERMOGRAPH_ROLE=lake,
never host-published) and the backend points at it via THERMOGRAPH_LAKE_URL:

- deploy.sh rolls lake with every backend deploy (same image, different
  role); deploy-stack.sh's backend leg updates it too, tolerating stacks
  that predate the service.
- Creds: beta via the vault (added to beta.yaml); LAN via the Actions S3
  secrets injected by backend-deploy-dev.yml (dev renders no vault). Without
  creds the service stays healthy and answers 503 — reads fall through to
  NASA, so a credential gap can never take a page down.
- Dev overlay lifts the CPU caps like every other service.
2026-07-23 15:31:06 -07:00
..
backend-build-push.yml Key image tags to the last domain-touching commit, not the branch tip (#3) 2026-07-23 13:42:28 +00:00
backend-deploy-dev.yml Run the ERA5 lake service in every environment 2026-07-23 15:31:06 -07:00
backend-deploy-prod.yml Finish the domain-sha tag keying: three deploy workflows were missed (#6) 2026-07-23 13:58:57 +00:00
backend-deploy.yml Key image tags to the last domain-touching commit, not the branch tip (#3) 2026-07-23 13:42:28 +00:00
build.yml CI: port the dev-branch in-image test step into the reusable build check 2026-07-22 22:24:31 -07:00
frontend-build-push.yml Key image tags to the last domain-touching commit, not the branch tip (#3) 2026-07-23 13:42:28 +00:00
frontend-deploy-dev.yml Key image tags to the last domain-touching commit, not the branch tip (#3) 2026-07-23 13:42:28 +00:00
frontend-deploy-prod.yml Finish the domain-sha tag keying: three deploy workflows were missed (#6) 2026-07-23 13:58:57 +00:00
frontend-deploy.yml Finish the domain-sha tag keying: three deploy workflows were missed (#6) 2026-07-23 13:58:57 +00:00
infra-sync.yml CI: port the split repos' workflows to per-domain path-filtered monorepo pipelines 2026-07-22 22:11:33 -07:00
observability-validate.yml CI: port the split repos' workflows to per-domain path-filtered monorepo pipelines 2026-07-22 22:11:33 -07:00
ops-cron.yml CI: port the split repos' workflows to per-domain path-filtered monorepo pipelines 2026-07-22 22:11:33 -07:00
pr-build.yml CI: port the split repos' workflows to per-domain path-filtered monorepo pipelines 2026-07-22 22:11:33 -07:00
secrets-guard.yml CI: port the split repos' workflows to per-domain path-filtered monorepo pipelines 2026-07-22 22:11:33 -07:00