From 84e33ce23df6aafca6b4c43948e775cb66b4cea1 Mon Sep 17 00:00:00 2001 From: JoeBot Date: Wed, 1 Apr 2026 11:08:34 -0400 Subject: [PATCH] Update deploy.sh --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index fd31370..2849f5f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,6 +20,7 @@ set -e # Git configuration GIT_REMOTE="${GIT_REMOTE:-origin}" GIT_BRANCH="${GIT_BRANCH:-main}" +GIT_REPO_URL=https://git.sensetostyle.com/JoeBot/HOALedgerIQ_Website.git # Deployment directory (where the app lives) DEPLOY_DIR="${DEPLOY_DIR:-/home/ubuntu/www}"