Updated deployment scripts to use migration on deploy

This commit is contained in:
2025-02-22 11:41:36 +11:00
parent 489c684091
commit 9ee5aa7b8f
4 changed files with 136 additions and 8 deletions

View File

@@ -34,4 +34,4 @@ clean:
migrate:
go mod tidy && \
go generate && \
go build -ldflags="-w -s" -o prmigrate ./migrate
go build -ldflags="-w -s" -o prmigrate${SUFFIX} ./migrate