fix: deploy.sh git pull origin master → main
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
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 master || error_exit "git pull failed"
|
||||
git pull origin main || error_exit "git pull failed"
|
||||
|
||||
# ── Step 2: Install dependencies ──
|
||||
log "Installing dependencies (frozen lockfile)..."
|
||||
|
||||
Reference in New Issue
Block a user