fix: Correct deployment command from main.py to run.py in READMEs.

This commit is contained in:
2569718930@qq.com
2026-02-06 21:05:25 +08:00
parent afcfb6434a
commit 5e879d50b5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -147,5 +147,5 @@ HTTP_PROXY=http://127.0.0.1:7890
git add . && git commit -m "update" && git push
# 2. VPS 拉取并重启
ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py"
ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py"
```
+1 -1
View File
@@ -146,5 +146,5 @@ HTTP_PROXY=http://127.0.0.1:7890
git add . && git commit -m "update" && git push
# 2. VPS pull & restart
ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python main.py"
ssh root@VPS_IP "cd ~/PolyWeather && git pull && screen -S polyweather -X quit; screen -dmS polyweather python run.py"
```