From ee22d4df351b8126e86d2b65f976656d918f91c5 Mon Sep 17 00:00:00 2001 From: huertian Date: Wed, 8 Jan 2025 19:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 49cc021..715ed70 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: ssh-keyscan -H 8.137.89.177 >> ~/.ssh/known_hosts # 上传 JAR 包到服务器 📤 - scp target/*.jar root@8.137.89.177:/jinduguanli/app.jar + scp target/jinduguanli-0.0.1-SNAPSHOT.jar root@8.137.89.177:/jinduguanli/app.jar # 在服务器上重启应用 🔄 ssh root@8.137.89.177 << 'EOF'