Compare commits
No commits in common. "feature/enable-gitea-releases" and "develop" have entirely different histories.
feature/en
...
develop
1 changed files with 0 additions and 16 deletions
16
.drone.yml
16
.drone.yml
|
@ -11,19 +11,3 @@ steps:
|
||||||
image: node:15-alpine
|
image: node:15-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: gitea_release
|
|
||||||
image: plugins/gitea-release
|
|
||||||
settings:
|
|
||||||
api_key:
|
|
||||||
from_secret: gitea_api_token
|
|
||||||
base_url: https://gittr.ch
|
|
||||||
files:
|
|
||||||
- dist/*
|
|
||||||
checksum:
|
|
||||||
- md5
|
|
||||||
- sha256
|
|
||||||
- sha512
|
|
||||||
- adler32
|
|
||||||
- crc32
|
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
Loading…
Reference in a new issue