fixup! fixup! build: makefile: add deploy step
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
33fe7ee700
commit
e7b7c585cf
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -19,6 +19,7 @@ deploy:
|
|||
then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \
|
||||
exit 1; \
|
||||
fi
|
||||
export HOME="$$(mktemp -d)"
|
||||
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