From d83733399e08d10bb3844fe6aed8d41115243721 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 19 May 2026 14:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=B5=8B=E8=AF=95=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=EF=BC=8C=E5=87=86=E5=A4=87=20ed25519=20CI=20=E9=83=A8?= =?UTF-8?q?=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 deletion(-) diff --git a/deploy.sh b/deploy.sh index 139d2cd1..9ea5238d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,4 +10,3 @@ 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