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

This commit is contained in:
decentral1se 2021-06-16 11:23:05 +02:00
parent bf5c0c96e3
commit 40c5635620
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
kind: pipeline
name: publish pipeline
steps:
- name: publish container
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
repo: decentral1se/pubspace
auto_tag: true
trigger:
branch:
- main
event:
exclude:
- pull_request