chore: 更新 deploy.py 路径指向 D:\tuling_new\web\dist
This commit is contained in:
parent
b47ea0dd3a
commit
00b7755fe1
|
|
@ -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...")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue