added tar in drone file
This commit is contained in:
parent
77ec6645c3
commit
7d44816b2e
@ -7,6 +7,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run buildProd
|
- npm run buildProd
|
||||||
|
- mkdir build
|
||||||
|
- tar -czvf build/bundle.tar.gz dist
|
||||||
|
|
||||||
- name: gitea_release
|
- name: gitea_release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
@ -15,7 +17,11 @@ steps:
|
|||||||
from_secret: GITEA_API_KEY
|
from_secret: GITEA_API_KEY
|
||||||
base_url: https://git.kapelle.org
|
base_url: https://git.kapelle.org
|
||||||
files:
|
files:
|
||||||
- dist/*
|
- build/*
|
||||||
|
checksum:
|
||||||
|
- md5
|
||||||
|
- sha1
|
||||||
|
- sha256
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user