nftmashin/Makefile

9 lines
290 B
Makefile
Raw Normal View History

2021-11-17 23:42:48 +00:00
.PHONY: nft.nulo.in
nft.nulo.in:
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
upload: nft.nulo.in
2022-08-14 07:43:34 +00:00
ssh -p993 root@nulo.in sv stop nftmashin
2021-11-17 23:42:48 +00:00
scp -r -P993 nft.nulo.in templates assets nftmashin@nulo.in:/home/nftmashin/
2022-08-14 07:43:34 +00:00
ssh -p993 root@nulo.in sv start nftmashin