add drone.yml file
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
andreas 2022-06-12 18:32:02 +02:00
parent 4cc8654702
commit ba0db66f7c
Signed by: andreas
GPG Key ID: D97194E55873280A

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
type: kubernetes
name: default
clone:
skip_verify: true
steps:
- name: build
image: plugins/docker:latest
settings:
repo: registry.local/northcode/aur
registry: registry.local
insecure: true
dockerfile: Dockerfile
tags: latest