Add Drone config
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2022-02-09 07:40:33 +02:00
parent 80205e1581
commit 71fd0879c5
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: harbor.k-space.ee/${DRONE_REPO}
registry: harbor.k-space.ee
username:
from_secret: docker_username
password:
from_secret: docker_password