fix: remove old-server frontend references
Deploy banu-front / deploy (push) Waiting to run

This commit is contained in:
Server Migration
2026-08-04 18:43:12 +00:00
parent f13eb9bbb4
commit 3d005859ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ APP_DIR="/root/banu-front"
IMAGE="banu-front"
CONTAINER="banu-front"
PORT="8080"
VITE_API_BASE_URL="http://109.122.252.86/api"
VITE_API_BASE_URL="//api.madresebanoo.ir/api"
echo "==> Pulling latest code..."
if [ -d "$APP_DIR/.git" ]; then