This commit is contained in:
parent
7afab287bd
commit
412b8d7691
1 changed files with 15 additions and 0 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
Reference in a new issue