mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-06-06 18:31:02 +00:00
compile without removing debug stuff.
This commit is contained in:
parent
fa2109d258
commit
2ff472d75f
2
justfile
2
justfile
@ -2,7 +2,7 @@ dev:
|
|||||||
godotenv go run .
|
godotenv go run .
|
||||||
|
|
||||||
build:
|
build:
|
||||||
CC=musl-gcc go build -ldflags='-s -w -linkmode external -extldflags "-static"' -o ./khatru-invite
|
CC=musl-gcc go build -ldflags='-linkmode external -extldflags "-static"' -o ./khatru-invite
|
||||||
|
|
||||||
deploy: build
|
deploy: build
|
||||||
ssh root@turgot 'systemctl stop pyramid';
|
ssh root@turgot 'systemctl stop pyramid';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user