This commit is contained in:
parent
a54f413851
commit
d8e951c5e1
13
.drone.yml
13
.drone.yml
@ -19,5 +19,18 @@ steps:
|
|||||||
# build
|
# build
|
||||||
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
- wine c:/python/Scripts/pyinstaller.exe --onefile --name matomo-csv-util --distpath z:/drone/src/out z:/drone/src/main.py
|
||||||
|
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
base_url: https://git.argideli.com
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
files: /drone/src/out/matomo-csv-util.exe
|
||||||
|
checksum:
|
||||||
|
- sha512
|
||||||
|
when:
|
||||||
|
allConditions:
|
||||||
|
- event: tag
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- docker_token
|
- docker_token
|
Loading…
x
Reference in New Issue
Block a user