summaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh
blob: 129ddda7432f75dacca4dcb356904018371ec60d (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 -avz --delete "$OUTPUT_DIR" "$DEPLOY_TARGET"