From 5fb5488fd7814cee71e2dabcf114a5587978c605 Mon Sep 17 00:00:00 2001 From: Tom Andrade Date: Tue, 5 Sep 2023 15:19:14 +0200 Subject: [PATCH] feat: add drone ci config --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c43fca9 --- /dev/null +++ b/.drone.yml @@ -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