Add Woodpecker Debian package pipeline
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
steps:
|
||||
- name: build-and-upload-debian-package
|
||||
image: ubuntu:24.04
|
||||
pull: true
|
||||
environment:
|
||||
GITEA_PACKAGE_TOKEN:
|
||||
from_secret: gitea_token
|
||||
commands:
|
||||
- ./scripts/ci/bootstrap-apt.sh
|
||||
- ./scripts/ci/build-package.sh
|
||||
- ./scripts/ci/upload-package.sh
|
||||
when:
|
||||
- event: [push, cron, manual]
|
||||
Reference in New Issue
Block a user