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:
@@ -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)..."
|
||||
|
||||
Reference in New Issue
Block a user