Compare commits

..

No commits in common. "aabacf99841773489b4dffe76d83b02a265ecb52" and "36d8eb73d47b5747293c6b3f3745c7e65aefb15c" have entirely different histories.

2 changed files with 9 additions and 8 deletions

View File

@ -7,23 +7,24 @@ name: default
steps:
- name: debian-package-builder
image: debian:bullseye
volumes:
- name: builded-files
path: /output_build
commands:
- apt-get update
- apt-get install -y debhelper dh-make
- mkdir -p dist
- dh_builddeb --destdir=dist
when:
event:
- push
- commit
- dh_builddeb --destdir=/output_build
- name: attach-to-release
image: plugins/gitea-release
volumes:
- name: builded-files
path: /output_build
settings:
api_key:
from_secret: gitea_api_key
base_url: https://git.wagnersnetz.de
files: dist/*
files: /output_build/*
target:
repository: Rsclub2_2/win-test-wrapper-beta-test
tag: ${DRONE_TAG}

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
*.DS_Store
secrets.txt
secrets.txt