feat: woodpecker
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
Signed-off-by: jolheiser <john.olheiser@gmail.com>
parent
b175f41458
commit
018750b111
|
@ -0,0 +1,3 @@
|
||||||
|
node_modules/
|
||||||
|
result
|
||||||
|
dist/
|
|
@ -0,0 +1,20 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: node:18
|
||||||
|
commands:
|
||||||
|
- npm ci
|
||||||
|
- npm run build
|
||||||
|
release:
|
||||||
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.jojodev.com
|
||||||
|
files:
|
||||||
|
- "dist/*"
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
prune:
|
||||||
|
image: jolheiser/drone-gitea-prune
|
||||||
|
settings:
|
||||||
|
base: https://git.jojodev.com
|
||||||
|
token:
|
||||||
|
from_secret: gitea_token
|
Loading…
Reference in New Issue