From cd9de0926bb9ea6976658e2dbc4e85e82615cd1e Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 19 May 2026 14:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=20CI=20=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 9ea5238d..139d2cd1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,3 +10,4 @@ ssh "$VPS" "cd $PROJECT && git pull && docker compose up -d --build" echo "✅ Deploy complete. Checking health..." sleep 8 ssh "$VPS" "curl -s http://localhost:8000/healthz" +# deploy test