From 90f9beb13909af567cd27f32b4b92998518b38da Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:59:41 +0800 Subject: [PATCH] =?UTF-8?q?CI=20=E9=83=A8=E7=BD=B2=E5=89=8D=E5=85=88=20doc?= =?UTF-8?q?ker=20compose=20down=20=E9=81=BF=E5=85=8D=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c12f78ed..2693003c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,6 +76,7 @@ jobs: ssh -o StrictHostKeyChecking=accept-new ${{ secrets.VPS_USER }}@${{ secrets.VPS_HOST }} " cd /root/PolyWeather git fetch origin main && git reset --hard origin/main + docker compose down docker compose up -d --build sleep 10 curl -s http://localhost:8000/healthz