From 06d3896228fca2fce224c27aa3895febbc66b3f0 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Thu, 5 Oct 2023 22:30:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E5=B8=83=E7=BD=B2=E4=BD=BF=E7=94=A8?= =?UTF-8?q?CI=E4=B8=93=E5=B1=9E=E5=B8=90=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5532edf..05a081d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: insecure: true registry: 192.168.31.104:8082 repo: 192.168.31.104:8082/tiamo/user-point-management - volumes: + volumes: # 将容器内目录挂载到宿主机,仓库需要开启Trusted设置 - name: dockersock path: /var/run/docker.sock - name: deploy @@ -31,8 +31,8 @@ steps: settings: host: 192.168.31.225 port: 22 - username: yosheng - password: jr1831530 + username: drone + password: dronepw command_timeout: 2m script: - source /etc/profile