diff --git a/.drone.yml b/.woodpecker.yml similarity index 80% rename from .drone.yml rename to .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 - -... diff --git a/README.md b/README.md index 1e08db3..9569b20 100644 --- a/README.md +++ b/README.md @@ -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