add drone
This commit is contained in:
parent
1c1570db05
commit
e1e6d5c513
17
.drone.yml
17
.drone.yml
@ -17,12 +17,14 @@ steps:
|
|||||||
- grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version
|
- grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version
|
||||||
|
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
image: curlimages/curl:latest
|
image: git.burble.dn42/burble.dn42/drone-gitea-pkg-plugin:latest
|
||||||
environment:
|
settings:
|
||||||
TOKEN:
|
token:
|
||||||
from_secret: TOKEN
|
from_secret: TOKEN
|
||||||
commands:
|
version: .version
|
||||||
- sh -c 'VERSION=$(cat .version); curl --user "burble:${TOKEN}" --upload-file="bird_exporter" "https://git.burble.dn42/api/packages/burble/generic/bird_exporter/${VERSION}/bird_exporter"'
|
artifact: bird_exporter
|
||||||
|
package: bird_exporter
|
||||||
|
owner: mirrors
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: secret
|
kind: secret
|
||||||
@ -31,3 +33,8 @@ get:
|
|||||||
path: burble.dn42/kv/data/drone/git.burble.dn42
|
path: burble.dn42/kv/data/drone/git.burble.dn42
|
||||||
name: artifact-token
|
name: artifact-token
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: signature
|
||||||
|
hmac: 757775a4643eedc3d70d60cc6eb009b5704f417245e1f0e66bdfc4e52505bd1a
|
||||||
|
|
||||||
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user