Browse Source

Update drone config

master 1.0.0
Gregory Rudolph 3 years ago
parent
commit
84e6563088
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 5
      .drone.yml

5
.drone.yml

@ -6,8 +6,9 @@ steps:
- name: Build - name: Build
image: therecipe/qt:linux image: therecipe/qt:linux
commands: commands:
- go vet -v - go mod vendor
- qtdeploy build linux - qtdeploy build linux
- go vet -v
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
@ -15,7 +16,7 @@ steps:
base_url: https://git.nightmare.haus base_url: https://git.nightmare.haus
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
files: ./TeslaGo files: ./deploy/linux/TeslaGo
checksum: checksum:
- md5 - md5
- sha1 - sha1

Loading…
Cancel
Save