„.drone.yml“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-07 09:21:47 +02:00
parent d8cf60f916
commit 041fb88d49

View File

@ -4,16 +4,19 @@ name: default
steps:
- name: build
image: npm
image: node:14-alpine
commands:
- composer install
- npm install --global gulp
- npm install
- gulp
- zip public.zip dist/*
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.chrosey.de
api_key:
from_secret: gitea_token
files: package.zip
files: dist/*
note: CHANGELOG.md
when:
event: tag