chore: 更新 deploy.py 路径指向 D:\tuling_new\web\dist

This commit is contained in:
wangxiaoji 2026-07-03 16:45:45 +08:00
parent b47ea0dd3a
commit 00b7755fe1
1 changed files with 1 additions and 1 deletions

2
web/deploy.py vendored
View File

@ -5,7 +5,7 @@ import sys
host = "26.0.12.13" host = "26.0.12.13"
user = "root" user = "root"
password = "root@1234" password = "root@1234"
local_dist = r"C:\Users\wangxj\tokenFactory\web\dist" local_dist = r"D:\tuling_new\web\dist"
remote_dist = "/root/tokenFactory/web/dist" remote_dist = "/root/tokenFactory/web/dist"
print("Connecting...") print("Connecting...")