mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-06-06 01:02:07 +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 .
|
||||
|
||||
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
|
||||
ssh root@turgot 'systemctl stop pyramid';
|
||||
|
Loading…
x
Reference in New Issue
Block a user