Initial commit

This commit is contained in:
Lauri Võsandi
2023-02-23 09:33:01 +02:00
commit 7dd865de3a
9 changed files with 750 additions and 0 deletions

14
.drone.yml Normal file
View File

@@ -0,0 +1,14 @@
kind: pipeline
type: kubernetes
name: build
steps:
- name: docker
image: harbor.k-space.ee/k-space/drone-kaniko
settings:
repo: ${DRONE_REPO}
tags: latest
registry: harbor.codemowers.eu
username:
from_secret: docker_username
password:
from_secret: docker_password