remove publish test directories and update weekly monitoring script

This commit is contained in:
2026-07-08 14:22:22 -04:00
parent 0535515b11
commit 94e46a04a7
7339 changed files with 3 additions and 218708 deletions
@@ -92,7 +92,7 @@ done
set -e # Exit on error
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
PROJECT_ROOT="$(cd "$SCRIPT_DIR/../../.." && pwd)"
SQL_DIR="$PROJECT_ROOT/scripts/sql"
SQL_DIR="$PROJECT_ROOT/sql"
# Load database configuration
source "./db-config.sh"