diff --git a/Makefile b/Makefile index e3ea4b9..0dc7f6e 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ nft.nulo.in: CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' . upload: nft.nulo.in - ssh root@nulo.in/993 sv stop nftmashin + ssh -p993 root@nulo.in sv stop nftmashin scp -r -P993 nft.nulo.in templates assets nftmashin@nulo.in:/home/nftmashin/ - ssh root@nulo.in/993 sv start nftmashin + ssh -p993 root@nulo.in sv start nftmashin