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

This commit is contained in:
Lauri Võsandi 2022-02-09 00:08:37 +02:00
parent 081b323621
commit fd3a88cd79
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/pinecrypt/server
registry: harbor.k-space.ee
username:
from_secret: docker_username
password:
from_secret: docker_password