diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 4fb85e7..5265482 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -22,7 +22,7 @@ echo "" # Git pull echo "📥 Pulling latest code..." git stash 2>/dev/null || true -git pull origin prodnew +git pull origin prod_i8n echo "" # Deploy backend