Add drone
This commit is contained in:
parent
adfff44878
commit
38f200fb28
39
.drone.yml
Normal file
39
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user