diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:28:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-20 17:29:03 +0100 |
commit | dff06115cc37b6278410a700a54a143a559c986e (patch) | |
tree | e715448bdfea9fe2b141763d248110e77d059c5a | |
parent | d31212e56bc81f9d5648817fa366ac5565e46883 (diff) | |
download | tricot-dff06115cc37b6278410a700a54a143a559c986e.tar.gz tricot-dff06115cc37b6278410a700a54a143a559c986e.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 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 - -... @@ -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. |