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" IMAGE="banu-front"
CONTAINER="banu-front" CONTAINER="banu-front"
PORT="8080" PORT="8080"
VITE_API_BASE_URL="http://109.122.252.86/api" VITE_API_BASE_URL="//api.madresebanoo.ir/api"
echo "==> Pulling latest code..." echo "==> Pulling latest code..."
if [ -d "$APP_DIR/.git" ]; then if [ -d "$APP_DIR/.git" ]; then
@@ -32,7 +32,7 @@
</div> </div>
<div v-else-if="contentKind === 'audio'" class="ssd__audio"> <div v-else-if="contentKind === 'audio'" class="ssd__audio">
<VoiceRecorder <VoiceRecorder
model-value="http://api.tripwisedaily.ir/storage/pending/3/test2-AmQiegjc.mp3?expires=1783677165&signature=38104395400100f1bd74594bfc64ac462c14634a8c2bc4541c988766a08ea2bd" :model-value="session?.audioUrl || "
disabled disabled
/> />
</div> </div>