Initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-05 13:20:22 +02:00
commit 354ca56a80
4 changed files with 169 additions and 0 deletions

13
.drone.yml Normal file
View File

@@ -0,0 +1,13 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: image
image: registry.hkoerber.de/drone-kaniko:v1.0.0
pull: true
settings:
dockerfile: Dockerfile
registry: registry.hkoerber.de
repo: prometheus-restic-backblaze
tags:
- ${DRONE_COMMIT_SHA}