From dbae3fbe2e2e7ef369f22c00200214c520b8c0e0 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Thu, 5 Oct 2023 21:29:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(CI):=20=E5=BA=94=E7=94=A8=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=88=B0Ubuntu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4210db..5532edf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,12 +29,10 @@ steps: pull: if-not-exists image: appleboy/drone-ssh settings: - host: 192.168.31.104 - port: 2041 - username: - from_secret: deploy_username - password: - from_secret: deploy_password + host: 192.168.31.225 + port: 22 + username: yosheng + password: jr1831530 command_timeout: 2m script: - source /etc/profile @@ -51,7 +49,7 @@ steps: - sudo docker tag 192.168.31.104:8082/tiamo/user-point-management tiamo/user-point-management:latest - sudo docker run --name user-point-management -d -p 29029:5000 tiamo/user-point-management - /usr/local/bin/docker system prune -f - - echo docker容器启动成功 + - echo 执行完成 volumes: - name: dockersock