From bf37c3c1edfc600f13e26343b9cc796c975f4e5d Mon Sep 17 00:00:00 2001 From: Deep Koluguri Date: Mon, 6 Apr 2026 00:28:57 -0400 Subject: [PATCH] i8n --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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