From a6a7a7e8621247dec19b9a7c1e9d607f806cfa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E7=BA=A7=E4=BA=91=E8=84=91=E7=A0=94=E5=8F=91?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=B8=88?= <153692773@qq.com> Date: Thu, 23 Feb 2023 00:41:49 +0800 Subject: [PATCH] update pipeline for master branch --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f12168e..c136faf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: masterpipe +name: 1 platform: os: linux arch: arm64 @@ -26,7 +26,7 @@ steps: - mvn test - name: 远程主机部署 - image: appleboy/drone-ssh + image: appleboy/drone-ssh:linux-arm64 settings: host: from_secret: ip