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: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 ]
|
|
|
|
|
# - name: ubuntu-upload
|
|
|
|
|
# image: woodpeckercommunity/plugin-gitea-package:latest
|
|
|
|
|
# pull: true
|
|
|
|
|
# settings:
|
|
|
|
|
# package_name: s3h
|
|
|
|
|
# package_version: ${CI_COMMIT_TAG}
|
|
|
|
|
# file_source: build/deb/s3h_i${CI_COMMIT_TAG}-1_all.deb
|
|
|
|
|
# file_name: s3h_i${CI_COMMIT_TAG}-1_all.deb
|
|
|
|
|
# user:
|
|
|
|
|
# from_secret: package_username
|
|
|
|
|
# password:
|
|
|
|
|
# from_secret: package_password
|