mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-06-23 16:05:28 +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 .
|
ag -l --go | entr -r godotenv go run .
|
||||||
|
|
||||||
build:
|
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
|
deploy: build
|
||||||
ssh root@cantillon 'systemctl stop pyramid';
|
ssh root@cantillon 'systemctl stop pyramid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user