diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:36:05 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:36:05 +0100 |
commit | b4d9c9b8aaf3afd8869d0ec5e52852d532c201ea (patch) | |
tree | dac1d8718b8962894148ac574ba8e74d142bf6cf | |
parent | f3b49fb32df4a3507c9bec43d93267cdb69730ea (diff) | |
download | D53-b4d9c9b8aaf3afd8869d0ec5e52852d532c201ea.tar.gz D53-b4d9c9b8aaf3afd8869d0ec5e52852d532c201ea.zip |
woodpecker CI
-rw-r--r-- | .woodpecker.yml (renamed from .drone.yml) | 28 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 8 insertions, 22 deletions
diff --git a/.drone.yml b/.woodpecker.yml index 2cfae99..e39aaa9 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,9 +1,10 @@ ---- -kind: pipeline -name: default - -node: - nix-daemon: 1 +trigger: + event: + - push + - pull_request + - tag + - cron + - manual steps: - name: check formatting @@ -23,18 +24,3 @@ steps: commands: - nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.d53 - ./result-bin/bin/d53-* - -trigger: - event: - - custom - - push - - pull_request - - tag - - cron - - ---- -kind: signature -hmac: 532a3c9927d7b63a4e9d3bc8ad8deda4f164b4477ca992f9e59c3a7c13752d54 - -... @@ -1,7 +1,7 @@ D53 === -[![Build Status](https://drone.deuxfleurs.fr/api/badges/lx/D53/status.svg)](https://drone.deuxfleurs.fr/lx/D53) +[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/39/status.svg)](https://woodpecker.deuxfleurs.fr/repos/39) D53 is a dynamic DNS updater that sources information from Consul to route services to the correct place |