ci: remove woodpecker

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-09-29 10:14:06 -05:00
parent 7773f9a141
commit ddc11dfe18
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
pipeline:
build:
image: node:20
commands:
- yarn install
- yarn build
- tar -czf dist.tar.gz dist
when:
event: push
branch: main
release:
image: jolheiser/drone-gitea-main
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
files: dist.tar.gz
when:
event: push
branch: main