Files
newsfeed/.gitea
rob thijssen 43d77b6d90
Some checks failed
deploy / build-api (push) Waiting to run
deploy / build-web (push) Successful in 1m23s
deploy / deploy-api (push) Has been cancelled
deploy / deploy-web (push) Has been cancelled
ci(deploy): use pnpm directly and run deploy jobs on the infra runner
Run #2 exposed two runner-mismatch bugs (now documented in architecture
gitea-runners.md):

- build-web failed with `corepack: command not found` — the fedora runners
  ship pnpm preinstalled via npm, not corepack. Call pnpm directly.
- deploy jobs need an ssh client, which the base fedora images lack (they have
  rsync but not openssh-clients). Move deploy-api/deploy-web to `runs-on: infra`.

build-api already passes on `runs-on: rust`.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016fKZzDpvjiJ9eYbPGgJvUP
2026-07-08 12:07:04 +03:00
..