This commit is contained in:
parent
0f8906abc2
commit
2fcd228f8b
41
.drone.yml
41
.drone.yml
@ -9,36 +9,25 @@ steps:
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
commands:
|
||||
- go vet
|
||||
- go build
|
||||
|
||||
- name: upload
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: artifacts
|
||||
access_key:
|
||||
from_secret: MINIO_ACCESS_KEY
|
||||
secret_key:
|
||||
from_secret: MINIO_SECRET_KEY
|
||||
endpoint: https://minio.burble.dn42
|
||||
region: uk-lon3
|
||||
path_style: true
|
||||
source: bird_exporter
|
||||
target: /bird_exporter/${DRONE_BRANCH}
|
||||
- name: extract version
|
||||
image: ubuntu/lastest
|
||||
commands:
|
||||
- grep 'const version string' main.go | tr -d ' "' | cut -d'=' -f2 > .version
|
||||
|
||||
- name: upload artifact
|
||||
image: curlimages/curl:latest
|
||||
environment:
|
||||
TOKEN:
|
||||
from_secret: TOKEN
|
||||
commands:
|
||||
- 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"'
|
||||
|
||||
---
|
||||
kind: secret
|
||||
name: MINIO_ACCESS_KEY
|
||||
name: TOKEN
|
||||
get:
|
||||
path: burble.dn42/kv/data/drone/minio
|
||||
name: ACCESS_KEY
|
||||
|
||||
---
|
||||
kind: secret
|
||||
name: MINIO_SECRET_KEY
|
||||
get:
|
||||
path: burble.dn42/kv/data/drone/minio
|
||||
name: SECRET_KEY
|
||||
|
||||
|
||||
path: burble.dn42/kv/data/drone/git.burble.dn42
|
||||
name: artifact-token
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user