mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Fixed everything on the server-side
This commit is contained in:
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user