Add Woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
MassiveBox 2024-03-28 22:31:50 +01:00
parent ef2f7aeaaa
commit 0fb796d1fa
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

19
.woodpecker.yml Normal file
View file

@ -0,0 +1,19 @@
steps:
pack:
image: eu.gcr.io/zenika-hub/alpine-chrome
commands:
- cd ..
- echo $CERT > cf-detect-chrome.pem
- chromium --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
secrets: [ CERT ]
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.massivebox.net
files:
- "cf-detect-chrome.crx"
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main