From c736f860aaf25eed3792c0732887c4bb6a2681a7 Mon Sep 17 00:00:00 2001 From: Dennis Konkol Date: Fri, 5 Sep 2025 20:43:55 +0000 Subject: [PATCH] Auto-commit before deployment Fri Sep 5 20:43:55 UTC 2025 --- logs/portfolio-deploy.log | 5 +++++ scripts/auto-deploy.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 }