diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..206fe53 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file