mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 10:21:18 +00:00
build binary with the correct name.
This commit is contained in:
parent
7f82779f62
commit
12f4f35fdb
2
justfile
2
justfile
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user