1
0
Fork 0

Unused since years

This commit is contained in:
Luca Beltrame 2021-01-02 15:42:15 +01:00
parent 6897d043e7
commit 6715a72453
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -1,16 +0,0 @@
#!/bin/bash
set -o nounset
cloned_dir="$1"
destination_dir="$2"
function finish {
rm -rf "$cloned_dir"
}
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/"