vscodestat/.drone.yml
root 27ef2b1e7f
All checks were successful
continuous-integration/drone/tag Build is passing
up
2024-10-02 08:58:23 +02:00

23 lines
420 B
YAML

kind: pipeline
name: default
trigger:
event:
- tag
steps:
- name: build
image: node
commands:
- npm install -g vsce
- npm ci
- vsce package
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://gitea.data.raphaelpiccolo.com
files: ./*.vsix
api_key:
from_secret: gitea_token