This commit is contained in:
parent
e7b7c585cf
commit
0437b11413
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -20,6 +20,7 @@ deploy:
|
|||
exit 1; \
|
||||
fi
|
||||
export HOME="$$(mktemp -d)"
|
||||
echo $$HOME
|
||||
rsync -e '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