fixup! fixup! build: makefile: add deploy step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2021-08-08 17:14:08 +02:00
parent 324c0cc77d
commit 70a023df7a

View file

@ -19,7 +19,7 @@ deploy:
then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \ then echo "Missing one of SSH_USER, SSH_HOST, or SSH_TARGET" >&2; \
exit 1; \ exit 1; \
fi fi
rsync --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$TARGET" rsync --progress -avz --delete public/ "$$SSH_USER@$$SSH_HOST:$$SSH_TARGET"
.PHONY: clean .PHONY: clean
clean: clean: