upload deb package from woodpecker
This commit is contained in:
@@ -6,3 +6,17 @@ steps:
|
|||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
commands:
|
commands:
|
||||||
- build/deb/build_stable.sh
|
- build/deb/build_stable.sh
|
||||||
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user