Makefile: Usar sintaxis de ssh normal

This commit is contained in:
Cat /dev/Nulo 2022-08-14 09:43:34 +02:00
parent 1d2ea468b6
commit de8c681440
1 changed files with 2 additions and 2 deletions

View File

@ -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