From 2fa2b4a0a111c0b8162906145873ea6045ac8000 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Fri, 27 Sep 2019 18:50:16 +0200 Subject: [PATCH] Updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d475f7..95d5c79 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ watch: deploy: make build rm -rf ${PWD}/public/.lektor - rsync --progress -avc ${PWD}/public/ ${HOME}/Sites/fmartingr.com/ + rclone sync ${PWD}/public fastmail:fmarttingr.com deploy_tests: bash tests/run.sh