Fixed everything on the server-side

This commit is contained in:
2025-01-09 19:14:05 +02:00
parent 936d3cf690
commit b09a8fba64
17 changed files with 219 additions and 425 deletions

View File

@@ -39,6 +39,12 @@ jobs:
run: gosec ./...
# Starts deployment
- name: Install goose
run: go install github.com/pressly/goose/v3/cmd/goose@latest
- name: Convert migrations from timestmaps to indices
run: goose fix -dir internal/server/api/migrations
- name: Build executable
run: GOOS=linux GOARCH=amd64 go build -o ./eko-server ./cmd/server