agile-entwicklung-tabu/.woodpecker.yml
ThetaDev 60a7600ce2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
remove path filter
2023-05-01 02:56:54 +02:00

20 lines
446 B
YAML

when:
branch: main
pipeline:
build:
image: peaceiris/mdbook:latest
commands:
- mdbook build
publish:
image: alpine:latest
environment:
- TALON_URL=https://talon.thetadev.de
- SUBDOMAIN=wpf-agile
secrets:
- talon_key
commands:
- apk add curl jq
- curl -SsL -o upload.sh
"https://code.thetadev.de/ThetaDev/Talon/raw/branch/main/scripts/upload.sh"
- sh upload.sh book