build binary with the correct name.

This commit is contained in:
fiatjaf 2024-07-12 13:48:48 -03:00
parent 7f82779f62
commit 12f4f35fdb

View File

@ -2,7 +2,7 @@ dev:
ag -l --go | entr -r godotenv go run .
build:
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-invite
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-pyramid
deploy: build
ssh root@cantillon 'systemctl stop pyramid';