Add Drone config

This commit is contained in:
3wc 2024-03-29 12:50:38 -03:00
parent 338224ef6b
commit 06ac037ba0

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
name: publish pipeline
steps:
- name: publish container
image: plugins/docker
settings:
username: 3wordchant
password:
from_secret: git_autonomic_zone_token_3wc
repo: git.autonomic.zone/autonomic-cooperative/justice-equity-technology
auto_tag: true
registry: git.autonomic.zone
trigger:
branch:
- main
event:
exclude:
- pull_request