forked from Deuxfleurs/tricot
Compare commits
2 commits
do-not-mer
...
main
Author | SHA1 | Date | |
---|---|---|---|
9bb505d977 | |||
dff06115cc |
2 changed files with 8 additions and 22 deletions
|
@ -1,9 +1,10 @@
|
||||||
---
|
when:
|
||||||
kind: pipeline
|
event:
|
||||||
name: default
|
- push
|
||||||
|
- pull_request
|
||||||
node:
|
- tag
|
||||||
nix-daemon: 1
|
- cron
|
||||||
|
- manual
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check formatting
|
- name: check formatting
|
||||||
|
@ -23,18 +24,3 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.tricot
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.tricot
|
||||||
- ./result-bin/bin/tricot-*
|
- ./result-bin/bin/tricot-*
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- custom
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- tag
|
|
||||||
- cron
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: 49cde53ec25364cc3b3f041092c8e658fe9252342253757d86814ca12d5cb0f7
|
|
||||||
|
|
||||||
...
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Tricot
|
# 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.
|
Tricot is a reverse-proxy for exposing your services via TLS that integrates well with Consul and Nomad.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue