From 09a137e15d0543f155117f6fccb58fbcd50f94a5 Mon Sep 17 00:00:00 2001 From: KimYangOfCat Date: Wed, 31 Jul 2024 18:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-to-cvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-cvm.yml b/.github/workflows/deploy-to-cvm.yml index bee5f76a..e708974d 100644 --- a/.github/workflows/deploy-to-cvm.yml +++ b/.github/workflows/deploy-to-cvm.yml @@ -33,7 +33,7 @@ jobs: CI: true # 部署到腾讯云服务器 - name: Deploy to Server - uses: easingthemes/ssh-deploy@v2.2.11 + uses: easingthemes/ssh-deploy@main env: # 本地.ssh文件下的私钥id_rsa,存在secrets的TOKEN中 SSH_PRIVATE_KEY: ${{ secrets.SSH }}