#!/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"