summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
blob: ef454bb495d060e3a05fbb76c1fd4d7ef228baee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

source "site.defaults.conf"

if [ -f "site.conf" ]; then
    source "site.conf"
fi

echo -e "\033[0;32m[DEPLOY  ]\033[0m $DEPLOY_TARGET"
rsync --progress --stats -rvz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"