wip
This commit is contained in:
parent
8799bab900
commit
f8876c03fc
45 changed files with 1707 additions and 1109 deletions
4
Makefile
4
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
PROJECT_NAME := "huesoporro"
|
||||
PROJECT_TAG := "latest"
|
||||
PROJECT_TARGET := "serve"
|
||||
DB_FILEPATH := ~/.local/share/huesoporro/huesoporro.db
|
||||
|
||||
fmt:
|
||||
uvx pre-commit run --all-files --color always
|
||||
|
|
@ -16,3 +17,6 @@ serve:
|
|||
|
||||
build:
|
||||
docker build . -t git.roboces.dev/catalin/$(PROJECT_NAME):$(PROJECT_TAG) --target $(PROJECT_TARGET)
|
||||
|
||||
migrate:
|
||||
uv run caribou upgrade $(DB_FILEPATH) migrations/
|
||||
Loading…
Add table
Add a link
Reference in a new issue