feat: seeddb script
This commit is contained in:
parent
552505fa53
commit
1c8276188c
2 changed files with 131 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -2,6 +2,10 @@
|
|||
migrate:
|
||||
go run -v ./scripts/migrate
|
||||
|
||||
.PHONY: seeddb
|
||||
seeddb:
|
||||
go run -v ./scripts/seeddb
|
||||
|
||||
.PHONY: backend
|
||||
backend:
|
||||
CGO_ENABLED=0 go build -v -o pronouns -ldflags="-buildid= -X codeberg.org/u1f320/pronouns.cc/backend/server.Revision=`git rev-parse --short HEAD`" ./backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue