gitea: add actions runner and CI/CD deploy workflow

This commit is contained in:
2026-03-30 17:26:21 -04:00
parent 936efaa21b
commit 54903c8a8f
17 changed files with 229 additions and 7 deletions

View File

@@ -27,4 +27,7 @@ in
# torrent audit test
torrentAuditTest = handleTest ./torrent-audit.nix;
# gitea runner test
giteaRunnerTest = handleTest ./gitea-runner.nix;
}