Compare commits
1 commit
develop
...
feature/en
Author | SHA1 | Date | |
---|---|---|---|
da6993b4f9 |
1 changed files with 16 additions and 0 deletions
16
.drone.yml
16
.drone.yml
|
@ -11,3 +11,19 @@ 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