1
0
Fork 0

feat: woodpecker
ci/woodpecker/push/woodpecker Pipeline failed Details

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jolheiser 2023-09-27 10:27:41 -05:00
parent b175f41458
commit 018750b111
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
2 changed files with 23 additions and 0 deletions

3
.gitignore vendored 100644
View File

@ -0,0 +1,3 @@
node_modules/
result
dist/

20
.woodpecker.yml 100644
View File

@ -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