This commit is contained in:
parent
ef2f7aeaaa
commit
0fb796d1fa
19
.woodpecker.yml
Normal file
19
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue