Files
Crypt--PWSafe3/.woodpecker/release.yaml

24 lines
456 B
YAML
Raw Normal View History

2025-12-10 21:14:44 +01:00
# build release
steps:
compile:
when:
event: [tag]
image: perl:5.43.5-slim-bookworm
commands:
- perl Makefile.PL
- make
- make dist
release:
image: alpine:latest
when:
event: [tag]
environment:
DEPLOY_TOKEN:
from_secret: DEPLOY_TOKEN
commands:
- apk update
- apk add --no-cache bash httpie jq git
2025-12-13 20:37:47 +01:00
- .woodpecker/release.sh ${CI_REPO_NAME}-$CI_COMMIT_TAG.tar.gz