Files
cannamanage/.gitea/workflows
Patrick Plate 3b15d7439d
Deploy to TrueNAS / deploy (push) Failing after 3s
ci(deploy): auto-deploy to TrueNAS via self-hosted Gitea Actions runner
- Replace VPS SSH deploy workflow with a self-contained job that runs on the
  TrueNAS act_runner (host docker socket mounted). Checks out the pushed commit,
  builds, and rolls out the cannamanage compose stack in-place (project=cannamanage),
  then health-checks backend :8081 + frontend :3000.
- Commit docker-compose.truenas.yml (port remap 8081 + AUTH_SECRET) into the repo;
  it was previously host-only, so a fresh checkout could not reproduce the deploy.
  Use the !override tag for the backend ports list.
2026-06-16 18:52:18 +02:00
..