This commit is contained in:
parent
f3b49fb32d
commit
b4d9c9b8aa
2 changed files with 8 additions and 22 deletions
|
@ -1,9 +1,10 @@
|
||||||
---
|
trigger:
|
||||||
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.d53
|
- nix build --extra-experimental-features nix-command --extra-experimental-features flakes .#test.x86_64-linux.d53
|
||||||
- ./result-bin/bin/d53-*
|
- ./result-bin/bin/d53-*
|
||||||
|
|
||||||
trigger:
|
|
||||||
event:
|
|
||||||
- custom
|
|
||||||
- push
|
|
||||||
- pull_request
|
|
||||||
- tag
|
|
||||||
- cron
|
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
kind: signature
|
|
||||||
hmac: 532a3c9927d7b63a4e9d3bc8ad8deda4f164b4477ca992f9e59c3a7c13752d54
|
|
||||||
|
|
||||||
...
|
|
|
@ -1,7 +1,7 @@
|
||||||
D53
|
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
|
D53 is a dynamic DNS updater that sources information from Consul to route services to the correct place
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue