A bit of refactoring and updates
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-05-11 11:57:17 +02:00
parent 33f48f2bfb
commit 99f9bb462f
12 changed files with 270 additions and 678 deletions

View File

@@ -26,7 +26,7 @@ tasks:
env:
SOFTPLAYER_DB_CONNECTION_STRING: postgres://softplayer:qwertyu9@localhost:30432/softplayer?sslmode=disable
SOFTPLAYER_REDIS_HOST: localhost:30379
cmd: go run main.go serve --dev-mode --reflection
cmd: go run main.go server --dev-mode --reflection
deploy-local-env:
desc: Run a kind cluster and deploy deps