Compare commits

...

2 Commits

Author SHA1 Message Date
2569718930@qq.com 022d4b8743 版本号更新至 1.7.1 2026-05-24 23:05:51 +08:00
2569718930@qq.com 58e6404987 CI 部署步骤改为 force pull:fetch + reset --hard 覆盖本地脏修改 2026-05-24 22:47:52 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ jobs:
chmod 600 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=accept-new ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} "
cd /root/PolyWeather
git pull origin main
git fetch origin main && git reset --hard origin/main
docker compose up -d --build
sleep 10
curl -s http://localhost:8000/healthz
+1 -1
View File
@@ -1 +1 @@
1.7.0
1.7.1