feat: add drone ci config

This commit is contained in:
Tom Andrade 2023-09-05 15:19:14 +02:00
parent 96a6ebf76c
commit 5fb5488fd7
Signed by: wolvie
GPG Key ID: 31AAB07872E82669

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
kind: pipeline
name: Build
steps:
- name: Docker Build
image: plugins/docker
environment:
PASSWORD: GITEA_SECRET
settings:
registry: git.thebarrens.nu
username: wolvie
password: $PASSWORD
repo: wolvie/gecho
tags:
- latest
when:
branch:
- main