parent
2e7d4aa52b
commit
b40a1f4fee
6 changed files with 185 additions and 37 deletions
15
.woodpecker/build.yml
Normal file
15
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: "PKGBUILD"
|
||||
image: git.hydrar.de/jmarya/pacco-build:latest
|
||||
commands:
|
||||
- pacman -Syu --noconfirm
|
||||
- buildpkg navos x86_64 pac.hydrar.de "$TOKEN" "$KEY"
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: pacco_token
|
||||
KEY:
|
||||
from_secret: sign_key
|
Loading…
Add table
Add a link
Reference in a new issue