diff --git a/logs/portfolio-deploy.log b/logs/portfolio-deploy.log index c24d0a5..c876576 100644 --- a/logs/portfolio-deploy.log +++ b/logs/portfolio-deploy.log @@ -1,3 +1,8 @@ [2025-09-05 20:43:45] 🚀 Starting automatic deployment for portfolio [2025-09-05 20:43:45] 📋 Step 1: Running code quality checks... [WARNING] You have uncommitted changes. Committing them... +[2025-09-05 20:43:45] 📥 Pulling latest changes... +[ERROR] Failed to pull latest changes +[2025-09-05 20:43:55] 🚀 Starting automatic deployment for portfolio +[2025-09-05 20:43:55] 📋 Step 1: Running code quality checks... +[WARNING] You have uncommitted changes. Committing them... diff --git a/scripts/auto-deploy.sh b/scripts/auto-deploy.sh index f8e54d4..e6d3b31 100755 --- a/scripts/auto-deploy.sh +++ b/scripts/auto-deploy.sh @@ -69,7 +69,7 @@ fi # Pull latest changes log "📥 Pulling latest changes..." -git pull origin main || { +git pull origin production || { error "Failed to pull latest changes" exit 1 }