Adding gitea action
build / build (push) Successful in 33s

This commit is contained in:
ml
2026-07-11 20:23:39 +02:00
parent e522b4d6f5
commit 83248561cc
2 changed files with 71 additions and 0 deletions
+7
View File
@@ -94,6 +94,13 @@ end up in a distributable package. The package always gets the
placeholder template instead, identical to what a first-time `make`
seeds `dist/user.properties` with.
**CI** (`.gitea/workflows/build.yml`): runs `make test && make package`
on every push/PR (plus manual dispatch). The resulting tarball is both
kept as a Gitea Actions run artifact and, on `push` only (not PRs),
published over SFTP to `dl.ladkau.de` under `files/deck-in-a-dash/` -
requires a `DL_SFTP_KEY` secret configured on this repo (or inherited
from the org/instance level).
## Architecture
```