fix: deploy.sh git pull origin master → main
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled

This commit is contained in:
Sase Dev
2026-03-02 00:32:31 +00:00
parent 72c0de65de
commit f29a923e6e

View File

@@ -24,7 +24,7 @@ log "Working directory: $DEPLOY_DIR"
# ── Step 1: Pull latest changes ──
log "Pulling latest changes from origin..."
git pull origin master || error_exit "git pull failed"
git pull origin main || error_exit "git pull failed"
# ── Step 2: Install dependencies ──
log "Installing dependencies (frozen lockfile)..."