Update deploy.sh

This commit is contained in:
2026-04-01 11:08:34 -04:00
parent 1ec3829aa6
commit 84e33ce23d

View File

@@ -20,6 +20,7 @@ set -e
# Git configuration # Git configuration
GIT_REMOTE="${GIT_REMOTE:-origin}" GIT_REMOTE="${GIT_REMOTE:-origin}"
GIT_BRANCH="${GIT_BRANCH:-main}" GIT_BRANCH="${GIT_BRANCH:-main}"
GIT_REPO_URL=https://git.sensetostyle.com/JoeBot/HOALedgerIQ_Website.git
# Deployment directory (where the app lives) # Deployment directory (where the app lives)
DEPLOY_DIR="${DEPLOY_DIR:-/home/ubuntu/www}" DEPLOY_DIR="${DEPLOY_DIR:-/home/ubuntu/www}"