Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
fix: tests on main (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Sep 8, 2021
1 parent 339209a commit 58863be
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- master
- main
pull_request:

name: run tests
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Logo](http://svg.wiersma.co.za/github/project?lang=go&title=trumpet&tag=dns%20sd%20services)
![Logo](http://svg.wiersma.co.za/github/project?lang=go&title=trumpet&tag=dns%20service%20discovery)

[![Go Report Card](https://goreportcard.com/badge/github.com/nrwiersma/trumpet)](https://goreportcard.com/report/github.com/nrwiersma/trumpet)
[![Build Status](https://github.com/nrwiersma/trumpet/actions/workflows/test.yml/badge.svg)](https://github.com/nrwiersma/trumpet/actions)
Expand All @@ -8,4 +8,18 @@

## About

Trumpet is a DNS-SD service announcer
Trumpet is a DNS Service Discovery server

## Usage

Start the binary manually:

```shell
./trumpet server --services=example/config.yaml
```

or with docker

```shell
docker run --rm -v example/config.yaml:/config.yaml -e SERVICES=/config.yaml ghcr.io/nrwiersma/trumpet:v0.1.0
```

0 comments on commit 58863be

Please sign in to comment.