fix: deploy.sh git pull branch master yerine main yazılmıştı

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sase Dev
2026-02-22 14:23:31 +00:00
parent 7194393e6d
commit 699d140f14

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 main || error_exit "git pull failed"
git pull origin master || error_exit "git pull failed"
# ── Step 2: Install dependencies ──
log "Installing dependencies (frozen lockfile)..."