Forráskód Böngészése

更新部署地址和ws的链接地址

yuhongqi 1 hete
szülő
commit
0cb14ba5f2
3 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      deploy.sh

+ 1 - 1
.env.development

@@ -16,4 +16,4 @@ VUE_APP_VIDEO_LINE_1 = https://fs-1319721001.cos.ap-chongqing.myqcloud.com
 # 线路二地址
 VUE_APP_VIDEO_LINE_2 = https://zkzhobs.ylrztop.com
 
-VUE_APP_LIVE_WS_URL = wss://api.fhhx.runtzh.com/ws
+VUE_APP_LIVE_WS_URL = wss://im.fhhx.runtzh.com/ws

+ 1 - 1
.env.production

@@ -13,4 +13,4 @@ VUE_APP_VIDEO_LINE_1 = https://fs-1319721001.cos.ap-chongqing.myqcloud.com
 # 线路二地址
 VUE_APP_VIDEO_LINE_2 = https://zkzhobs.ylrztop.com
 
-VUE_APP_LIVE_WS_URL = wss://api.fhhx.runtzh.com/ws
+VUE_APP_LIVE_WS_URL = wss://im.fhhx.runtzh.com/ws

+ 1 - 1
deploy.sh

@@ -5,7 +5,7 @@ local_dir="./dist"
 
 # 目标目录 (远程)
 remote_user="root"
-remote_host="175.178.171.148"
+remote_host="162.14.71.71"
 remote_dir="/var/www/frontend/company"
 
 # 使用 scp 递归复制 dist 目录下的所有内容