This commit is contained in:
parent
fb411fc078
commit
35cb3bb53e
16
.drone.yml
16
.drone.yml
@ -11,3 +11,19 @@ steps:
|
|||||||
- cd apcupsd_exporter
|
- cd apcupsd_exporter
|
||||||
- go build apcupsdexporter
|
- go build apcupsdexporter
|
||||||
- ls -lah
|
- ls -lah
|
||||||
|
|
||||||
|
- name: gitea_release
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: gitea_token
|
||||||
|
base_url: https://git.lipovcan.cz
|
||||||
|
files:
|
||||||
|
- "apcupsd_exporter/apcupsdexporter"
|
||||||
|
checksum:
|
||||||
|
- md5
|
||||||
|
- sha1
|
||||||
|
- sha256
|
||||||
|
- sha512
|
||||||
|
- adler32
|
||||||
|
- crc32
|
Loading…
Reference in New Issue
Block a user