Makefile: Usar sintaxis de ssh normal
This commit is contained in:
parent
1d2ea468b6
commit
de8c681440
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,6 +3,6 @@ nft.nulo.in:
|
||||||
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
|
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' .
|
||||||
|
|
||||||
upload: nft.nulo.in
|
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/
|
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
|
||||||
|
|
Loading…
Reference in a new issue