Added automatic tls cert updating

This commit is contained in:
Pablu23
2024-06-09 19:41:49 +02:00
parent b3fcdfd174
commit 45a0d9c150
2 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
run: develop
bin/develop --server --port 8080 --secret test --database db.sqlite --debug --pretty
bin/develop --secret test --server --port 8181 --database db.sqlite --debug --pretty
develop:
go build -tags Develop -o bin/develop
release: