Add .drone.yml

This commit is contained in:
3wc 2021-08-08 22:35:29 +02:00
parent 35f97547ec
commit 5a9fed9318
1 changed files with 19 additions and 0 deletions

19
.drone.yml Normal file
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