This commit is contained in:
Deep Koluguri 2026-04-06 00:28:57 -04:00
parent 644b2cd367
commit bf37c3c1ed
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ echo ""
# Git pull # Git pull
echo "📥 Pulling latest code..." echo "📥 Pulling latest code..."
git stash 2>/dev/null || true git stash 2>/dev/null || true
git pull origin prodnew git pull origin prod_i8n
echo "" echo ""
# Deploy backend # Deploy backend