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