Compare commits

...

2 commits

Author SHA1 Message Date
Alex 9bb505d977 fix woodpecker trigger
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-03-20 17:31:56 +01:00
Alex dff06115cc Woodpecker CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-03-20 17:29:03 +01:00
2 changed files with 8 additions and 22 deletions

View file

@ -1,9 +1,10 @@
---
kind: pipeline
name: default
node:
nix-daemon: 1
when:
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.tricot
- ./result-bin/bin/tricot-*
trigger:
event:
- custom
- push
- pull_request
- tag
- cron
---
kind: signature
hmac: 49cde53ec25364cc3b3f041092c8e658fe9252342253757d86814ca12d5cb0f7
...

View file

@ -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.