add woodpecker release job [skip ci]
ci/woodpecker/tag/release Pipeline was canceled

This commit is contained in:
2026-08-02 20:36:16 -04:00
parent fdd3e8c5da
commit c80cc02798
3 changed files with 114 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
when:
- event: tag
steps:
build:
image: rust:1
commands:
- cargo run --release
publish:
image: alpine:3.23
commands:
- apk add --no-cache nodejs
- node ci/release.js target/release/sustenance
environment:
GITEA_RELEASE_TOKEN:
from_secret: gitea_release_token