Embed static admin resources on build, add goreleaser config

This commit is contained in:
David Stotijn
2020-09-25 02:53:41 +02:00
parent 28ae2b6efb
commit 226762f8e1
9 changed files with 98 additions and 19 deletions

View File

@ -4,7 +4,7 @@
@addr = :8080
**/*.go {
daemon +sigterm: go run ./cmd \
daemon +sigterm: go run ./cmd/hetty \
-cert=@cert \
-key=@key \
-dev=@dev \