diff --git a/.drone.yml b/.woodpecker.yml similarity index 80% rename from .drone.yml rename to .woodpecker.yml index d8a5180..3c8f3d1 100644 --- a/.drone.yml +++ b/.woodpecker.yml @@ -1,9 +1,10 @@ ---- -kind: pipeline -name: default - -node: - nix-daemon: 1 +when: + event: + - custom + - push + - pull_request + - tag + - cron 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.tricot - ./result-bin/bin/tricot-* - -trigger: - event: - - custom - - push - - pull_request - - tag - - cron - - ---- -kind: signature -hmac: 49cde53ec25364cc3b3f041092c8e658fe9252342253757d86814ca12d5cb0f7 - -... diff --git a/README.md b/README.md index 63ef8dd..4238594 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tricot -[![Build Status](https://drone.deuxfleurs.fr/api/badges/Deuxfleurs/tricot/status.svg)](https://drone.deuxfleurs.fr/Deuxfleurs/tricot) +[![status-badge](https://woodpecker.deuxfleurs.fr/api/badges/36/status.svg)](https://woodpecker.deuxfleurs.fr/repos/36) Tricot is a reverse-proxy for exposing your services via TLS that integrates well with Consul and Nomad.