2
1
Fork 0

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

This commit is contained in:
Lauri Võsandi 2022-02-09 14:34:44 +02:00 committed by Lauri Võsandi
parent af6c565fcc
commit 6bd03777fc
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
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
mtu: 1300
username:
from_secret: docker_username
password:
from_secret: docker_password