Added drone yml file
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Ådne E. Moldesæter 2022-06-09 22:28:35 +02:00
parent 64d8972a23
commit 7ced91514a

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
kind: pipeline
type: kubernetes
name: default
clone:
skip_verify: true
steps:
- name: build
image: rust:latest
commands:
- cargo build --release
- name: package
image: plugins/docker:latest
settings:
repo: registry.local/mollux/rollux
registry: registry.local
insecure: true
dockerfile: Dockerfile
tags: latest