This commit is contained in:
parent
900d42d22f
commit
2e8ae92d87
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -20,6 +20,8 @@ deploy:
|
|||
exit 1; \
|
||||
fi
|
||||
export HOME="$$(mktemp -d)"
|
||||
echo "$$HOME"
|
||||
@echo rsync -e "env HOME=\"$$HOME\" ssh -o StrictHostKeyChecking=no" --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"
|
||||
rsync -e "env HOME=\"$$HOME\" ssh -o StrictHostKeyChecking=no" --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"
|
||||
|
||||
.PHONY: clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue