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}"