From 57eb9fce34cf27a5606975ef41cecd8ecd29b727 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 7 Jun 2015 15:01:22 +0200 Subject: [PATCH] Allow to sync static assets on rebuild --- jekyll_clone_repo.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jekyll_clone_repo.sh b/jekyll_clone_repo.sh index 648be83..0775291 100755 --- a/jekyll_clone_repo.sh +++ b/jekyll_clone_repo.sh @@ -1,7 +1,6 @@ #!/bin/bash set -o nounset -set -o pipefail cloned_dir="$1" destination_dir="$2" @@ -12,3 +11,6 @@ function finish { trap finish EXIT /usr/local/bin/jekyll build --source "$cloned_dir" --destination "$destination_dir" 2>&1 |& systemd-cat -t "jekyll-cloner" -p "info" +# Sync everything but not timestamp +rsync -rlpgoD /srv/releases/ "$destination_dir/releases/" +rsync -rlpgoD /srv/dennogumi-assets/ "$destination_dir/"