kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b952631c6e9cb7c37d9b742aa9425bfdd82d5358
parent f4ff6ee62df6cb882352059be3ec6078c1ffd646
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed,  6 Jun 2018 03:31:43 +0300

Add --archive and switch to long flags in rsync call

Diffstat:
MMakefile | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -10,7 +10,12 @@ kaka.farm: --ignore-cache \ --delete-output-directory \ -s pelican_publication_configuration.py - rsync -Pv output/ blog.kakafarm:/var/www/kaka-farm-blog/ + rsync \ + --progress \ + --verbose \ + --archive \ + output/ \ + blog.kakafarm:/var/www/kaka-farm-blog/ .PHONY: gitlab gitlab: