Files

19 lines
548 B
YAML
Raw Permalink 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:27:23 +02:00
- curl --user "$PACKAGE_USERNAME:$PACKAGE_PASSWORD" --upload-file "build/deb/s3h_${CI_COMMIT_TAG}-1_all.deb" https://source.devloop.de/api/packages/damage/debian/pool/stable/main/upload
2026-04-03 20:29:51 +02:00
environment:
PACKAGE_USERNAME:
from_secret: package_username
PACKAGE_PASSWORD:
from_secret: package_password