Add drone

This commit is contained in:
Simon Marsh 2023-05-26 22:32:38 +01:00
parent adfff44878
commit 38f200fb28

39
.drone.yml Normal file
View File

@ -0,0 +1,39 @@
---
kind: pipeline
type: docker
name: deploy
steps:
- name: build alpine
image: git.burble.dn42/burble/bird-build:alpine
environment:
TOKEN:
from_secret: TOKEN
commands:
- /build.sh
- name: build ubuntu
image: git.burble.dn42/burble/bird-build:ubuntu
environment:
TOKEN:
from_secret: TOKEN
commands:
- /build.sh
image_pull_secrets:
- CONFIG_JSON
---
kind: secret
name: CONFIG_JSON
get:
path: burble.dn42/kv/data/drone/docker
name: configjson
---
kind: secret
name: TOKEN
get:
path: burble.dn42/kv/data/drone/git.burble.dn42
name: artifact-token