Add .drone.yml

This commit is contained in:
2022-01-05 11:10:35 +02:00
parent 35f97547ec
commit 5a9fed9318
+19
View File
@@ -0,0 +1,19 @@
---
kind: pipeline
name: publish docker image
steps:
- name: submodule
image: plugins/git
settings:
recursive: true
submodule_override:
calendso: https://github.com/calendso/calendso.git
- name: build and publish
image: plugins/docker
settings:
username:
from_secret: docker_reg_username_3wc
password:
from_secret: docker_reg_passwd_3wc
repo: 3wordchant/calendso
tags: latest