feat: build entire backend into single executable (including migrations etc)
This commit is contained in:
parent
f94bc67f3d
commit
ded9d06e4a
12 changed files with 137 additions and 32 deletions
|
@ -16,7 +16,10 @@ import (
|
|||
)
|
||||
|
||||
// Revision is the git commit, filled at build time
|
||||
var Revision = "[unknown]"
|
||||
var (
|
||||
Revision = "[unknown]"
|
||||
Tag = "[unknown]"
|
||||
)
|
||||
|
||||
// Repository is the URL of the git repository
|
||||
const Repository = "https://codeberg.org/u1f320/pronouns.cc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue