Add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-07-30 17:11:17 +02:00
parent 48218d68d8
commit f491f89b49

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: Uploading to SthopeGit
image: plugins/docker
settings:
username: sthope
password:
from_secret: gitea_token
repo: git.sthope.dev/sthope/meshcommander
registry: git.sthope.dev
tags: latest
purge: true
dockerfile: Dockerfile