.drone.yml aktualisiert
This commit is contained in:
parent
1438205ab8
commit
c257d5641b
1 changed files with 9 additions and 0 deletions
|
@ -29,6 +29,15 @@ steps:
|
||||||
- ./ci-dependencies.sh
|
- ./ci-dependencies.sh
|
||||||
- sh build.sh
|
- sh build.sh
|
||||||
|
|
||||||
|
- name: Release_binary
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: api_key
|
||||||
|
base_url: https://git.hackmi.ch
|
||||||
|
files: dist/*
|
||||||
|
checksum: md5,sha256
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
Loading…
Reference in a new issue