Files
s3h/woodpecker.yml
T

15 lines
460 B
YAML
Raw Normal View History

2026-04-03 13:24:32 +02:00
when:
2026-04-03 13:26:34 +02:00
- event: [tag, manual]
2026-04-03 13:24:32 +02:00
steps:
- name: ubuntu
image: ubuntu:24.04
commands:
- build/deb/build_stable.sh
2026-04-03 20:23:41 +02:00
- name: ubuntu-upload
image: curlimages/curl:latest
pull: true
commands:
2026-04-03 20:15:19 +02:00
- curl --user "$PACKAGE_USERNAME:$PACKAGE_PASSWORD" --upload-file "build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb" https://source.devloop.de/api/packages/damage/debian/pool/stable/main/upload
secrets: [ package_username, package_password ]