1
0
Fork 0
tailwind-ctp/.woodpecker.yml

25 lines
479 B
YAML

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
when:
event: tag
prune:
image: jolheiser/drone-gitea-prune
settings:
base: https://git.jojodev.com
token:
from_secret: gitea_token
when:
event: tag