触发 CI 自动部署验证

This commit is contained in:
2569718930@qq.com
2026-05-19 14:14:48 +08:00
parent 3c013e300a
commit cd9de0926b
+1
View File
@@ -10,3 +10,4 @@ ssh "$VPS" "cd $PROJECT && git pull && docker compose up -d --build"
echo "✅ Deploy complete. Checking health..." echo "✅ Deploy complete. Checking health..."
sleep 8 sleep 8
ssh "$VPS" "curl -s http://localhost:8000/healthz" ssh "$VPS" "curl -s http://localhost:8000/healthz"
# deploy test