🔨 Add drone config
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
SebClem 2021-06-21 19:27:02 +02:00
parent dd4ea17c70
commit edc84877e6

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
name: Build Docker
kind: pipeline
type: docker
steps:
- name: Build and Push docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: harbor.seb6596.ovh/sebclem/cnc-speed-calculator
tags: latest